From fe7ba247962e5feda5a44d2eaeb09a32a00fa2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:02:20 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.25.0 to 0.25.1 in /dependencies Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.25.0 to 0.25.1. - [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.25.0...v0.25.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index e72c86ff..c15238ba 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.41.0" gem "rubocop-github", "~> 0.18.0" -gem "rubocop-minitest", "~> 0.25.0" +gem "rubocop-minitest", "~> 0.25.1" gem "rubocop-performance", "~>1.15.1" gem "rubocop-rails", "~> 2.17" gem "rubocop-rake", "~> 0.6.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 974ededc..23958a5c 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -13,7 +13,7 @@ GEM json (2.6.3) minitest (5.16.3) parallel (1.22.1) - parser (3.1.3.0) + parser (3.2.0.0) ast (~> 2.4.1) rack (3.0.3) rainbow (3.1.1) @@ -35,7 +35,7 @@ GEM rubocop (>= 1.0.0) rubocop-performance rubocop-rails - rubocop-minitest (0.25.0) + rubocop-minitest (0.25.1) rubocop (>= 0.90, < 2.0) rubocop-performance (1.15.1) rubocop (>= 1.7.0, < 2.0) @@ -51,7 +51,7 @@ GEM ruby-progressbar (1.11.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.3.0) + unicode-display_width (2.4.0) PLATFORMS ruby @@ -59,7 +59,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.41.0) rubocop-github (~> 0.18.0) - rubocop-minitest (~> 0.25.0) + rubocop-minitest (~> 0.25.1) rubocop-performance (~> 1.15.1) rubocop-rails (~> 2.17) rubocop-rake (~> 0.6.0)