Bump simplecov-lcov from 0.8.0 to 0.9.0

Bumps [simplecov-lcov](https://github.com/fortissimo1997/simplecov-lcov) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/fortissimo1997/simplecov-lcov/releases)
- [Changelog](https://github.com/fortissimo1997/simplecov-lcov/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fortissimo1997/simplecov-lcov/compare/v0.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-31 11:55:56 +00:00
committed by GitHub
parent 60c0b0c7ec
commit 8ee9491505
2 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ group :test do
gem "rspec-rails", "~> 7.1.1"
gem "selenium-webdriver", "~> 4.33.0"
gem "simplecov", "~> 0.22.0", require: false
gem "simplecov-lcov", "~> 0.8.0", require: false
gem "simplecov-lcov", "~> 0.9.0", require: false
end
group :development do