From e9d339c8970dacffa19efe0be0104285667d952b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 16:25:26 +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 8b6796b6b..43d964791 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test do gem "email_spec", "~> 2.2.0" gem "rspec-rails", "~> 5.1.2" gem "selenium-webdriver", "~> 4.11.0" - gem "simplecov", "~> 0.21.2", require: false + gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 723e6d40a..b53a420c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -577,7 +577,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) @@ -749,7 +749,7 @@ DEPENDENCIES savon (~> 2.14.0) scss_lint (~> 0.60.0) selenium-webdriver (~> 4.11.0) - simplecov (~> 0.21.2) + simplecov (~> 0.22.0) simplecov-lcov (~> 0.8.0) sitemap_generator (~> 6.3.0) social-share-button (~> 1.2.4)