From 5a9b5d69fc8798d198c319b850d325871c040b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:21:40 +0000 Subject: [PATCH] Bump simplecov from 0.21.2 to 0.22.0 Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from 0.21.2 to 0.22.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.21.2...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0d3c5f7..3591cd5 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,7 @@ group :development, :test do gem 'rspec-rails', '~> 6.0' gem 'rubocop-rspec', '~> 2.7', require: false gem 'rubocop-rails', '~> 2.17', require: false - gem 'simplecov', '~> 0.21.2', require: false + gem 'simplecov', '~> 0.22.0', require: false # See https://edgeguides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", ">= 1.0.0", platforms: %i[ mri mingw x64_mingw ] end diff --git a/Gemfile.lock b/Gemfile.lock index 9400ba0..dc7f168 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,7 +273,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) @@ -354,7 +354,7 @@ DEPENDENCIES rubocop-rspec (~> 2.7) sass-rails (~> 6.0) selenium-webdriver (>= 4.0.0) - simplecov (~> 0.21.2) + simplecov (~> 0.22.0) slim (~> 5.1, >= 5.1.1) spring stimulus-rails (~> 1.2, >= 1.2.2)