Update rubocop dep

This commit is contained in:
Brian Cain 2017-12-23 12:36:12 -08:00
parent 837fa94af5
commit 941d8452d6

View file

@ -6,6 +6,6 @@ gem 'rake', require: false
group :test do
gem 'rspec', '~> 3.5.0'
gem 'rubocop', '~> 0.47'
gem 'rubocop', '~> 0.52'
gem 'webmock', '1.21.0'
end