From fecef196bc7157ef3a0e14d92a70023d42ec8abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 01:53:19 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.22.0 to ~> 1.0.2 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.2) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- publify_amazon_sidebar.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_amazon_sidebar.gemspec b/publify_amazon_sidebar.gemspec index c2e8324..c075315 100644 --- a/publify_amazon_sidebar.gemspec +++ b/publify_amazon_sidebar.gemspec @@ -31,6 +31,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "rubocop-rails", "~> 2.35.4" spec.add_development_dependency "rubocop-rspec", "~> 3.10.2" spec.add_development_dependency "rubocop-rspec_rails", "~> 2.32.0" - spec.add_development_dependency "simplecov", "~> 0.22.0" + spec.add_development_dependency "simplecov", "~> 1.0.2" spec.add_development_dependency "sqlite3", "~> 2.9" end