Skip to content

Commit b228e3b

Browse files
Land rapid7#19956, Routine dependency updates
2 parents 7603b5d + a5edf5b commit b228e3b

File tree

2 files changed

+110
-111
lines changed

2 files changed

+110
-111
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ group :development, :test do
3737
# environment is development
3838
gem 'rspec-rails'
3939
gem 'rspec-rerun'
40-
# Required during CI as well local development
41-
gem 'rubocop'
40+
# Required during CI as well local development - pinned due to CI failure on: rubocop-1.73.2/lib/rubocop/config_loader.rb:272:in `read'
41+
gem 'rubocop', '1.67.0'
4242
end
4343

4444
group :test do

0 commit comments

Comments
 (0)