Skip to content

Commit

Permalink
Bump simplecov from 0.17.1 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.17.1 to 0.22.0.
- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)
- [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.17.1...v0.22.0)

---
updated-dependencies:
- dependency-name: simplecov
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent f2a451c commit eba2e41
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 @@ -90,7 +90,7 @@ end
group :test do
gem "webmock"
gem "rspec_junit_formatter"
gem 'simplecov', '~> 0.17.0', require: false
gem 'simplecov', '~> 0.22.0', require: false
gem "rails-controller-testing"
end

Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.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.13.1)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11589)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
Expand Down Expand Up @@ -407,7 +408,7 @@ DEPENDENCIES
rubocop-rspec
ruby-lsp
selenium-webdriver (>= 4.24.0)
simplecov (~> 0.17.0)
simplecov (~> 0.22.0)
stimulus-rails
turbo-rails
tzinfo-data
Expand Down

0 comments on commit eba2e41

Please sign in to comment.