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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 3314238 commit 5a9b5d6
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 @@ -48,7 +48,7 @@ group :development, :test do
gem 'rspec-rails', '~> 6.0'
gem 'rubocop-rspec', '~> 2.7', require: false
gem 'rubocop-rails', '~> 2.17', require: false
gem 'simplecov', '~> 0.21.2', require: false
gem 'simplecov', '~> 0.22.0', require: false
# See https://edgeguides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", ">= 1.0.0", platforms: %i[ mri mingw x64_mingw ]
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.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 @@ -354,7 +354,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.7)
sass-rails (~> 6.0)
selenium-webdriver (>= 4.0.0)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
slim (~> 5.1, >= 5.1.1)
spring
stimulus-rails (~> 1.2, >= 1.2.2)
Expand Down

0 comments on commit 5a9b5d6

Please sign in to comment.