Skip to content

Commit

Permalink
Bump simplecov from 0.21.2 to 0.22.0 (#642)
Browse files Browse the repository at this point in the history
* Bump simplecov from 0.21.2 to 0.22.0

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]>

* Update gemset.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 28, 2024
1 parent aa703e7 commit 7d74f07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

group :test do
gem 'mocha', '~> 2.4.5', require: false
gem 'simplecov', '~> 0.21', require: false
gem 'simplecov', '~> 0.22', require: false
gem 'simplecov-cobertura', '~> 2.1.0', require: false
end

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
docile (1.4.0)
docile (1.4.1)
drb (2.2.1)
erubi (1.13.0)
et-orbi (1.2.11)
Expand Down Expand Up @@ -263,15 +263,15 @@ GEM
logger
ruby2_keywords (0.0.5)
securerandom (0.3.1)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11589)
stringio (3.1.1)
thor (1.3.2)
Expand Down Expand Up @@ -314,7 +314,7 @@ DEPENDENCIES
rubocop-minitest (~> 0.36.0)
rubocop-rails (~> 2.26)
ruby-lsp (~> 0.18.3)
simplecov (~> 0.21)
simplecov (~> 0.22)
simplecov-cobertura (~> 2.1.0)
tzinfo-data
wahwah (~> 1.6.6)
Expand Down
16 changes: 8 additions & 8 deletions gemset.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d74f07

Please sign in to comment.