Gemfile in oembed_proxy-0.1.1 vs Gemfile in oembed_proxy-0.1.2
- 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'
+ gem 'rubocop', '~> 0.54.0'
end
group :test do
gem 'webmock'
end