From 17fb752a9f4962d73badee3527e1e59e480e0643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 14:03:37 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.18.5 to ~> 0.22.0 Updates the requirements on [simplecov](https://github.com/simplecov-ruby/simplecov) to permit the latest version. - [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.18.5...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 978f0a8..523ca4d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :test do gem "rspec", "~> 3.0" gem "webmock", "~> 3.7" gem "rspec-mocks", "3.9.0" - gem "simplecov", "~> 0.18.5" # Pin until we drop ruby support 2.4 + gem "simplecov", "~> 0.22.0" # Pin until we drop ruby support 2.4 gem "simplecov-console" gem "rake" gem "parallel", "~> 1.20.1" # Pin until we drop ruby support 2.4