Gemfile in oembed_proxy-0.1.4 vs Gemfile in oembed_proxy-0.2.0

- old
+ new

@@ -3,10 +3,10 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } group :development do - gem 'rubocop', '~> 0.54.0' + gem 'rubocop', '~> 0.78' end group :test do gem 'webmock' end