From 47a4794ab4337a014508be95f426785bd2194d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:52:39 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5c09305..6866324 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.12" gem "rubocop", "~> 1.55" gem "sequel", "~> 5.71" -gem "simplecov", "~> 0.21" +gem "simplecov", "~> 0.22" gem "sinatra", "~> 3.0" gem "sqlite3", "~> 1.4" gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index bba1154..d314701 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,12 +57,12 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sequel (5.71.0) - simplecov (0.21.2) + simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) - simplecov_json_formatter (0.1.3) + simplecov_json_formatter (0.1.4) sinatra (3.0.6) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) @@ -84,7 +84,7 @@ DEPENDENCIES rspec (~> 3.12) rubocop (~> 1.55) sequel (~> 5.71) - simplecov (~> 0.21) + simplecov (~> 0.22) sinatra (~> 3.0) sqlite3 (~> 1.4) webrick (~> 1.8)