Skip to content

Commit

Permalink
Merge pull request #357 from puppetlabs/fix_rubocop
Browse files Browse the repository at this point in the history
Fix rubocop errors
  • Loading branch information
pmcmaw authored Jun 20, 2024
2 parents 48de666 + efcb8bd commit 29f141c
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 29f141c

Please sign in to comment.