Skip to content

Commit

Permalink
Fix rubocop errors
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <[email protected]>
  • Loading branch information
gavindidrichsen committed Jun 19, 2024
1 parent 48de666 commit c2eb853
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 @@ -20,8 +20,8 @@ group :tests do
# these require special dependencies to have everything load properly
# rubocop 1.48 supports JRuby 9.3+, which includes coverage for versions we support
gem 'rubocop', '~> 1.48.1', require: false
gem 'rubocop-rspec', '~> 2.19', require: false
gem 'rubocop-performance', '~> 1.16', require: false
gem 'rubocop-rspec', '~> 2.20.0', require: false
gem 'rubocop-performance', '~> 1.17.1', require: false
end

group :development do
Expand Down

0 comments on commit c2eb853

Please sign in to comment.