@@ -32,8 +32,8 @@ Please consider donating to our open collective to help us maintain this project
3232 s . add_development_dependency 'rake' , '~> 12.0' , '>= 12.0.0'
3333
3434 # Testing
35- s . add_development_dependency 'appraisal' , '~> 2.2 ' , '>= 2.2 .0'
36- s . add_development_dependency 'rspec' , '~> 3.7 ' , '>= 3.7 .0'
35+ s . add_development_dependency 'appraisal' , '~> 2.3 ' , '>= 2.3 .0'
36+ s . add_development_dependency 'rspec' , '~> 3.9 ' , '>= 3.9 .0'
3737
3838 # Default RSpec run will test against latest Rails app
3939 unless ENV [ 'APPRAISAL_INITIALIZED' ] || ENV [ 'GITHUB_ACTIONS' ]
@@ -45,10 +45,10 @@ Please consider donating to our open collective to help us maintain this project
4545
4646 if ENV [ 'GITHUB_ACTIONS' ]
4747 # Code coverage is needed only in CI
48- s . add_development_dependency 'simplecov' , '~> 0.17.1 ' if RUBY_ENGINE == 'ruby'
48+ s . add_development_dependency 'simplecov' , '~> 0.18.5 ' if RUBY_ENGINE == 'ruby'
4949 else
5050 # Static code analysis to be used locally
51- s . add_development_dependency 'mdl' , '~> 0.8 ' , '>= 0.8 .0'
52- s . add_development_dependency 'rubocop' , '~> 0.78 .0'
51+ s . add_development_dependency 'mdl' , '~> 0.9 ' , '>= 0.9 .0'
52+ s . add_development_dependency 'rubocop' , '~> 0.85 .0'
5353 end
5454end
0 commit comments