Skip to content

Commit

Permalink
Merge pull request #1795 from troessner/rubocop-dependencies
Browse files Browse the repository at this point in the history
Update rubocop dependencies
  • Loading branch information
mvz authored Nov 28, 2024
2 parents b6cd6af + 0c4117f commit fdc8364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ group :development do
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rspec-benchmark', '~> 0.6.0'
gem 'rubocop', '~> 1.66.1'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rspec', '~> 3.1.0'
gem 'rubocop', '~> 1.69.0'
gem 'rubocop-performance', '~> 1.23.0'
gem 'rubocop-rspec', '~> 3.2.0'
gem 'simplecov', '~> 0.22.0'
gem 'yard', '~> 0.9.5'

Expand Down

0 comments on commit fdc8364

Please sign in to comment.