From b9a4bb87d7d61035b1d5fc4941ae111e74440144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:23:07 +0000 Subject: [PATCH] chore(deps-dev): bump codecov and simplecov Bumps [codecov](https://github.com/codecov/codecov-ruby) and [simplecov](https://github.com/simplecov-ruby/simplecov). These dependencies needed to be updated together. Updates `codecov` from 0.2.12 to 0.6.0 - [Release notes](https://github.com/codecov/codecov-ruby/releases) - [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.12...v0.6.0) Updates `simplecov` from 0.22.0 to 0.21.2 - [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.22.0...v0.21.2) --- updated-dependencies: - dependency-name: codecov dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: simplecov dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- fluent-plugin-kubernetes-sumologic/Gemfile.lock | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/fluent-plugin-kubernetes-sumologic/Gemfile.lock b/fluent-plugin-kubernetes-sumologic/Gemfile.lock index 76263cf..2bb7290 100644 --- a/fluent-plugin-kubernetes-sumologic/Gemfile.lock +++ b/fluent-plugin-kubernetes-sumologic/Gemfile.lock @@ -10,9 +10,8 @@ GEM specs: addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) - codecov (0.2.12) - json - simplecov + codecov (0.6.0) + simplecov (>= 0.15, < 0.22) concurrent-ruby (1.1.10) cool.io (1.7.1) crack (0.4.5) @@ -33,7 +32,6 @@ GEM hashdiff (1.0.1) http_parser.rb (0.8.0) httpclient (2.8.3) - json (2.6.3) msgpack (1.5.1) power_assert (2.0.3) public_suffix (5.0.3) @@ -42,7 +40,7 @@ GEM serverengine (2.3.2) sigdump (~> 0.2.2) sigdump (0.2.5) - simplecov (0.22.0) + simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1)