Skip to content

Commit

Permalink
Use the latest rubocop-* gems
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jun 6, 2022
1 parent 3612dfc commit 7ecdb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -10,8 +10,8 @@ gem 'bump', require: false
gem 'rake'
gem 'rspec'
gem 'rubocop', github: 'rubocop/rubocop'
gem 'rubocop-performance', '~> 1.13.0'
gem 'rubocop-rspec', '~> 2.9.0'
gem 'rubocop-performance', '~> 1.14.0'
gem 'rubocop-rspec', '~> 2.11.0'
gem 'simplecov'
gem 'test-queue'
gem 'yard', '~> 0.9'
Expand Down

0 comments on commit 7ecdb88

Please sign in to comment.