Skip to content

Commit

Permalink
Bump simplecov from 0.21.2 to 0.22.0 (#110)
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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2023
1 parent 46bb148 commit aa66b84
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 @@ -10,7 +10,7 @@ group :development do
gem "byebug", "~> 11.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.12"
gem "simplecov", "~> 0.17"
gem "simplecov", "~> 0.22"
gem "sqlite3", "~> 1.5"
gem "timecop", "~> 0.9"
gem "with_model", "~> 2.1"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
rubocop-rspec (2.16.0)
rubocop (~> 1.33)
ruby-progressbar (1.11.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand All @@ -106,7 +106,7 @@ DEPENDENCIES
logga!
rake (~> 13.0)
rspec (~> 3.12)
simplecov (~> 0.17)
simplecov (~> 0.22)
sqlite3 (~> 1.5)
timecop (~> 0.9)
with_model (~> 2.1)
Expand Down

0 comments on commit aa66b84

Please sign in to comment.