Skip to content

Commit ffb883e

Browse files
authored
Merge branch 'main' into use-cache-to-limit-get
2 parents da480a0 + 29f141c commit ffb883e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ group :tests do
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
2222
gem 'rubocop', '~> 1.48.1', require: false
23-
gem 'rubocop-rspec', '~> 2.19', require: false
24-
gem 'rubocop-performance', '~> 1.16', require: false
23+
gem 'rubocop-rspec', '~> 2.20.0', require: false
24+
gem 'rubocop-performance', '~> 1.17.1', require: false
2525
end
2626

2727
group :development do

0 commit comments

Comments
 (0)