From 4681fde84fab47b294ef5d91407ae112d87f3658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:03:39 +0000 Subject: [PATCH] Build(deps-dev): bump simplecov from 0.22.0 to 1.0.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.22.0 to 1.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index b42c290a85..bdc7ccb713 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ end # For running unit tests group :test do - gem 'simplecov', '~> 0.22' + gem 'simplecov', '~> 1.0' gem 'test-unit-full', '~> 0.0.5' gem 'rspec', '~> 3.13' gem 'rdoc', '~> 7.2' diff --git a/Gemfile.lock b/Gemfile.lock index 87c6e0a87c..6840a16497 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,6 @@ GEM daemons (1.4.1) date (3.5.1) diff-lcs (1.6.2) - docile (1.4.1) domain_name (0.6.20240107) drb (2.2.3) em-websocket (0.5.3) @@ -227,12 +226,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - simplecov (0.22.0) - docile (~> 1.1) - simplecov-html (~> 0.11) - simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.2) - simplecov_json_formatter (0.1.4) + simplecov (1.0.0) sinatra (4.2.1) logger (>= 1.6.0) mustermann (~> 3.0) @@ -345,7 +339,7 @@ DEPENDENCIES rubyzip (~> 3.4) rushover (~> 0.3.0) selenium-webdriver (~> 4.45) - simplecov (~> 0.22) + simplecov (~> 1.0) sinatra (~> 4.1) slack-notifier (~> 2.4) sqlite3 (~> 2.9)