Skip to content

Commit 00609c7

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ gem 'reek'
2222
gem 'rspec', '~> 3'
2323
gem 'rspec_junit_formatter'
2424
gem 'rubocop', '~> 1.59'
25-
gem 'rubocop-performance', '~> 1.20'
26-
gem 'rubocop-rspec', '~> 2.29'
25+
gem 'rubocop-performance', '~> 1.24', '>= 1.24.0'
26+
gem 'rubocop-rspec', '~> 3.5', '>= 3.5.0'
2727
gem 'rubocop-sorbet', '~> 0.8'
2828
gem 'simplecov', '~> 0'
2929
gem 'simplecov_json_formatter'

0 commit comments

Comments
 (0)