From 0b52938c86ed65d8f73393f5c07a55f35739c9b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 07:05:35 +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] --- publify_core.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_core.gemspec b/publify_core.gemspec index be633388..610bbc14 100644 --- a/publify_core.gemspec +++ b/publify_core.gemspec @@ -67,7 +67,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rubocop-rspec", "~> 3.10.2" s.add_development_dependency "rubocop-rspec_rails", "~> 2.32.0" s.add_development_dependency "shoulda-matchers", "~> 7.0" - s.add_development_dependency "simplecov", "~> 0.22.0" + s.add_development_dependency "simplecov", "~> 1.0.0" s.add_development_dependency "sqlite3", "~> 2.9" s.add_development_dependency "timecop", "~> 0.9.1" s.add_development_dependency "webmock", "~> 3.3"