From 836283de90157a931f2a6ffc08db64655166de79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:13:21 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.31.0 to 0.32.1 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.31.0 to 0.32.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.31.0...v0.32.1) --- updated-dependencies: - dependency-name: rubocop-minitest 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 1d4392e..7b29e23 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ gem "minitest", "~> 5.18" gem "pry", "~> 0.14" gem "rake", "~> 13.0" gem "rubocop", "~> 1.54" -gem "rubocop-minitest", "~> 0.31" +gem "rubocop-minitest", "~> 0.32" gem "rubocop-rake", "~> 0.6" diff --git a/Gemfile.lock b/Gemfile.lock index 8d2b1b0..af2a151 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM rainbow (3.1.1) rake (13.0.6) regexp_parser (2.8.1) - rexml (3.2.5) + rexml (3.2.6) rubocop (1.54.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -51,7 +51,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-minitest (0.31.0) + rubocop-minitest (0.32.1) rubocop (>= 1.39, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -71,7 +71,7 @@ DEPENDENCIES pry (~> 0.14) rake (~> 13.0) rubocop (~> 1.54) - rubocop-minitest (~> 0.31) + rubocop-minitest (~> 0.32) rubocop-rake (~> 0.6) BUNDLED WITH