From 9de7ef163581f7b721d03714650fb2d4e12ac0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 12:38:12 +0000 Subject: [PATCH] Update simplecov requirement from ~> 0.21.2 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.21.2...v0.22.0) --- updated-dependencies: - dependency-name: simplecov dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 90161b9..3a6dae6 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec gem 'rake', require: false group :test do - gem 'simplecov', '~> 0.21.2' + gem 'simplecov', '~> 0.22.0' gem 'simplecov-html', '~> 0.12.3' gem 'simplecov-lcov', '~> 0.8.0' gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index 3edc041..ac84115 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM parser (>= 3.2.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) @@ -108,7 +108,7 @@ DEPENDENCIES rb-readline rspec (~> 3.11.0) rubocop (~> 1.49) - simplecov (~> 0.21.2) + simplecov (~> 0.22.0) simplecov-html (~> 0.12.3) simplecov-lcov (~> 0.8.0) vmfloaty!