From 400072522afa2923f90b51899b6542fd0f9f00f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 02:40:16 +0000 Subject: [PATCH] Update simplecov-lcov requirement from ~> 0.8.0 to ~> 0.9.0 Updates the requirements on [simplecov-lcov](https://github.com/fortissimo1997/simplecov-lcov) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- java-properties.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-properties.gemspec b/java-properties.gemspec index bff28aa..01769dc 100644 --- a/java-properties.gemspec +++ b/java-properties.gemspec @@ -24,5 +24,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'inch', '~> 0.8' spec.add_development_dependency 'minitest', '~> 5.14' spec.add_development_dependency 'simplecov', '~> 0.18.0' - spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0' + spec.add_development_dependency 'simplecov-lcov', '~> 0.9.0' end