Skip to content

Commit

Permalink
Bump simplecov (#316)
Browse files Browse the repository at this point in the history
This was present all the way back when the gem was extracted
but I don't think this is actually needed here.

For RuboCop, it was fixed here: rubocop/rubocop#13071
  • Loading branch information
Earlopain committed Sep 7, 2024
1 parent ca1be19 commit 39e67e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ gem 'prism', '>= 0.28.0'
gem 'racc'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
# Workaround for cc-test-reporter with SimpleCov 0.18.
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
gem 'simplecov', '~> 0.10', '< 0.18'
gem 'simplecov', '~> 0.20'

if ENV.fetch('RUBOCOP_VERSION', nil) == 'none'
# Set this way on CI
Expand Down

0 comments on commit 39e67e8

Please sign in to comment.