Skip to content

Commit 09f2b26

Browse files
authoredMay 13, 2024··
Update dependency ranges (#141)
1 parent 582d74f commit 09f2b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ source 'https://rubygems.org'
66
gemspec
77

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

0 commit comments

Comments
 (0)
Please sign in to comment.