Skip to content

Commit

Permalink
Merge pull request #1259 from alphagov/dependabot/bundler/simplecov-0…
Browse files Browse the repository at this point in the history
….22.0
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
2 parents ca9c2b4 + c855c5a commit 843725f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ end
group :test do
gem "capybara"
gem "database_cleaner"
gem "simplecov", "< 0.18" # see https://github.com/codeclimate/test-reporter/issues/413
gem "simplecov", "< 0.23" # see https://github.com/codeclimate/test-reporter/issues/413
gem "webmock"
end
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -663,11 +663,12 @@ GEM
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
simplecov (0.17.1)
simplecov (0.22.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
Expand Down Expand Up @@ -768,7 +769,7 @@ DEPENDENCIES
sentry-sidekiq
sidekiq-limit_fetch
sidekiq-scheduler
simplecov (< 0.18)
simplecov (< 0.23)
spring
spring-commands-rspec
spring-watcher-listen
Expand Down

0 comments on commit 843725f

Please sign in to comment.