Skip to content

Commit

Permalink
Merge pull request #1227 from alphagov/remove-simplecov-rcov
Browse files Browse the repository at this point in the history
Remove `simplecov-rcov` gem dependency
  • Loading branch information
brucebolt authored Feb 7, 2024
2 parents 463c6a5 + ae8528c commit 473f4da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ group :development, :test do
gem "rspec-rails"
gem "rubocop-govuk"
gem "simplecov", require: false
gem "simplecov-rcov", require: false
gem "timecop"
gem "webmock", require: false
end
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@ GEM
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-rcov (0.3.7)
simplecov (>= 0.4.1)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
Expand Down Expand Up @@ -690,7 +688,6 @@ DEPENDENCIES
rspec-rails
rubocop-govuk
simplecov
simplecov-rcov
timecop
uuidtools
webmock
Expand Down

0 comments on commit 473f4da

Please sign in to comment.