Skip to content

Commit

Permalink
Update dependency ranges (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcqualie authored May 13, 2024
1 parent 582d74f commit 09f2b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ source 'https://rubygems.org'
gemspec

gem 'minitest', '~> 5.0'
gem 'minitest-reporters', '~> 1.5.0'
gem 'rake', '~> 13.0'
gem 'minitest-reporters', '~> 1.6.0'
gem 'rake', '~> 13.2'
gem 'rubocop', '~> 1.25.1'
gem 'simplecov', '~> 0.21.2', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
gem 'simplecov', '~> 0.22.0', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
gem 'simplecov-lcov', '< 0.9'

0 comments on commit 09f2b26

Please sign in to comment.