Skip to content

Commit

Permalink
Merge pull request #1791 from troessner/update-rubocop-dependencies
Browse files Browse the repository at this point in the history
Update RuboCop dependencies
  • Loading branch information
mvz authored Sep 28, 2024
2 parents 5014c98 + cd03271 commit 9bd3ea9
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 @@ -13,8 +13,8 @@ group :development do
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 1.65.0'
gem 'rubocop-performance', '~> 1.21.0'
gem 'rubocop', '~> 1.66.1'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rspec', '~> 3.0.2'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9.5'
Expand Down

0 comments on commit 9bd3ea9

Please sign in to comment.