Skip to content

Commit

Permalink
Update rubocop dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindidrichsen authored Jun 13, 2024
1 parent 07b41e1 commit f70cfd6
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 @@ -10,7 +10,7 @@ group :development do
end

group :rubocop do
gem 'rubocop', '~> 1.50.0', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop', '~> 1.64.0', require: false
gem 'rubocop-rspec', '~> 3.0', require: false
gem 'rubocop-performance', '~> 1.16', require: false
end

0 comments on commit f70cfd6

Please sign in to comment.