From 2e30a4bf62a933a16a044ebaac84e970f5045cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:23:07 +0000 Subject: [PATCH] Update simplecov requirement from ~> 1.0.2 to ~> 1.1.1 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/v1.0.2...v1.1.1) --- updated-dependencies: - dependency-name: simplecov dependency-version: 1.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- publify_textfilter_code.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publify_textfilter_code.gemspec b/publify_textfilter_code.gemspec index b9a8ab7..379b7ca 100644 --- a/publify_textfilter_code.gemspec +++ b/publify_textfilter_code.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rubocop-rails", "~> 2.36.0" s.add_development_dependency "rubocop-rspec", "~> 3.10.2" s.add_development_dependency "rubocop-rspec_rails", "~> 2.32.0" - s.add_development_dependency "simplecov", "~> 1.0.2" + s.add_development_dependency "simplecov", "~> 1.1.1" s.add_development_dependency "sqlite3", "~> 2.9" s.metadata["rubygems_mfa_required"] = "true" end