Skip to content

Commit

Permalink
Merge pull request #5 from pboling/depfu/update/rubocop-0.60.0
Browse files Browse the repository at this point in the history
Upgrade rubocop to version 0.60.0
  • Loading branch information
pboling committed Oct 27, 2018
2 parents 1c453bf + b290f92 commit 6ab4a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group :test do
gem 'byebug', '~> 10', platform: :mri, require: false
gem 'pry', '~> 0', platform: :mri, require: false
gem 'pry-byebug', '~> 3', platform: :mri, require: false
gem 'rubocop', '~> 0.59.0'
gem 'rubocop', '~> 0.60.0'
gem 'rubocop-rspec', '~> 1.30.0'
gem 'simplecov', '~> 0', require: false
end
Expand Down

0 comments on commit 6ab4a6e

Please sign in to comment.