From bedf202a81b8619e40da6236bf4a9863bdd91ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:32:22 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.22.0 to ~> 1.0.0 Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov/compare/v0.22.0...v1.0.0) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 324f919..cd59fcc 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ group :development, :test do gem "rubocop-rake", require: false gem "rubocop-rspec" gem "rubocop-rspec_rails" - gem "simplecov", "~> 0.22.0", require: false + gem "simplecov", "~> 1.0.0", require: false gem "webmock" end