From d2ce5e28dbb1260a54f9efe463ed65dccc117894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 14:32:21 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.22.1 to 0.22.2 in /dependencies (#3394) Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.22.1 to 0.22.2. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.22.1...v0.22.2) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index fc0893e3..ebd246c1 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.36.0" gem "rubocop-github", "~> 0.18.0" -gem "rubocop-minitest", "~> 0.22.1" +gem "rubocop-minitest", "~> 0.22.2" gem "rubocop-performance", "~>1.15.0" gem "rubocop-rails", "~> 2.16" gem "rubocop-rake", "~> 0.6.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index c4376c6f..991e6a93 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -35,7 +35,7 @@ GEM rubocop (>= 1.0.0) rubocop-performance rubocop-rails - rubocop-minitest (0.22.1) + rubocop-minitest (0.22.2) rubocop (>= 0.90, < 2.0) rubocop-performance (1.15.0) rubocop (>= 1.7.0, < 2.0) @@ -59,7 +59,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.36.0) rubocop-github (~> 0.18.0) - rubocop-minitest (~> 0.22.1) + rubocop-minitest (~> 0.22.2) rubocop-performance (~> 1.15.0) rubocop-rails (~> 2.16) rubocop-rake (~> 0.6.0)