We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582d74f commit 09f2b26Copy full SHA for 09f2b26
Gemfile
@@ -6,8 +6,8 @@ source 'https://rubygems.org'
6
gemspec
7
8
gem 'minitest', '~> 5.0'
9
-gem 'minitest-reporters', '~> 1.5.0'
10
-gem 'rake', '~> 13.0'
+gem 'minitest-reporters', '~> 1.6.0'
+gem 'rake', '~> 13.2'
11
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
+gem 'simplecov', '~> 0.22.0', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
13
gem 'simplecov-lcov', '< 0.9'
0 commit comments