Skip to content

Commit 38c6dce

Browse files
committed
Improve backward compatibilty
1 parent 222bf66 commit 38c6dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ gem 'rake', '~> 13.0'
1414
gem 'rspec', '~> 3.9'
1515
gem 'rspec_junit_formatter', '~> 0.4'
1616
gem 'rspec-legacy_formatters', '~> 1.0' # For codecov formatter
17-
gem 'rubocop', '~> 1.56'
18-
gem 'rubocop-rspec', '~> 2.24', require: false
17+
gem 'rubocop', '~> 1.12'
18+
gem 'rubocop-rspec', '~> 2.4', require: false
1919
gem 'simplecov', '~> 0.18'
2020
gem 'timecop', '~> 0.9'
2121
gem 'webmock', '~> 3.8'

0 commit comments

Comments
 (0)