Skip to content

Commit

Permalink
Bump simplecov from 0.21.2 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.21.2 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.21.2...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent f1b3a27 commit f4a15c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ group :development do
gem "rubocop-performance", "~> 1.7"
gem "rubocop-rails"
gem "rubocop-rails-accessibility", "~> 0.2.0"
gem "simplecov", "~> 0.21.2"
gem "simplecov", "~> 0.22.0"
gem "simplecov-console", "~> 0.9.1"
gem "sprockets"
gem "sprockets-rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
semantic_range (3.0.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand Down Expand Up @@ -271,7 +271,7 @@ DEPENDENCIES
rubocop-performance (~> 1.7)
rubocop-rails
rubocop-rails-accessibility (~> 0.2.0)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
simplecov-console (~> 0.9.1)
sourcemap (~> 0.1)
sprockets
Expand Down

0 comments on commit f4a15c3

Please sign in to comment.