We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468908d commit 0ffa627Copy full SHA for 0ffa627
Gemfile
@@ -8,5 +8,5 @@ gemspec
8
gem 'minitest', '~> 5.0'
9
gem 'rake', '~> 13.0'
10
gem 'rubocop', '~> 1.11.0'
11
-gem 'simplecov', '~> 0.20.0', require: false # CodeClimate not compatible with 0.18+ yet - https://github.com/codeclimate/test-reporter/issues/413
+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-lcov', '< 0.8'
0 commit comments