From db894f4d8f0dcfc62beb9fd6470656e91f486da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Mar 2022 15:35:15 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.18.5 to ~> 0.21.2 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.21.2) --- 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..c2a3248 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.21.2" # 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