From 30e8ab53ae56923d3376f9062bb9833003a44552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:34:18 +0000 Subject: [PATCH] Update simplecov-html requirement from ~> 0.12.3 to ~> 0.13.1 Updates the requirements on [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) to permit the latest version. - [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov-html/compare/v0.12.3...v0.13.1) --- updated-dependencies: - dependency-name: simplecov-html dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- oxidized-web.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oxidized-web.gemspec b/oxidized-web.gemspec index 0fcb6b7..8d44a3d 100644 --- a/oxidized-web.gemspec +++ b/oxidized-web.gemspec @@ -42,5 +42,5 @@ Gem::Specification.new do |s| s.add_development_dependency 'rubocop-rake', '~> 0.6.0' s.add_development_dependency 'simplecov', '~> 0.22.0' s.add_development_dependency 'simplecov-cobertura', '~> 2.1.0' - s.add_development_dependency 'simplecov-html', '~> 0.12.3' + s.add_development_dependency 'simplecov-html', '~> 0.13.1' end