Skip to content

Commit 191b498

Browse files
committed
(CAT-2453) Bump Rubocop versions in order to remove rexml
The version of rexml brought in by the current rubocop versions has a security vulnerability. Updating to these rubocop versions will remove their dependency entirely.
1 parent 1ece702 commit 191b498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ group :tests do
1919
# since the Resource API runs inside the puppetserver, test against the JRuby versions we ship
2020
# these require special dependencies to have everything load properly
2121
# rubocop 1.48 supports JRuby 9.3+, which includes coverage for versions we support
22-
gem 'rubocop', '~> 1.70.0', require: false
23-
gem 'rubocop-rspec', '~> 2.20.0', require: false
24-
gem 'rubocop-performance', '~> 1.17.1', require: false
22+
gem 'rubocop', '~> 1.73.0', require: false
23+
gem 'rubocop-rspec', '~> 3.5.0', require: false
24+
gem 'rubocop-performance', '~> 1.24.0', require: false
2525
end
2626

2727
group :development do

0 commit comments

Comments
 (0)