Skip to content

Commit

Permalink
Update RuboCop and RuboCop RSpec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Nov 1, 2018
1 parent 15683e1 commit f6a768e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ end
group :development do
gem 'rake', '~> 12.3'
gem 'rspec', '~> 3.7'
gem 'rubocop', '~> 0.58.2'
gem 'rubocop-rspec', '~> 1.27'
gem 'rubocop', '~> 0.60.0'
gem 'rubocop-rspec', '~> 1.30'
gem 'truthy', '~> 1.0'
gem 'vcr', '~> 4.0'
gem 'webmock', '~> 3.4'
Expand Down

0 comments on commit f6a768e

Please sign in to comment.