From 19ad0bf3a407a703096fd4191904c00e730ccd50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:16:04 -0600 Subject: [PATCH] Bump rubocop-minitest from 0.32.2 to 0.33.0 (#2843) Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.32.2 to 0.33.0. - [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.32.2...v0.33.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1320254061..b267d83315 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'minitest', '5.20.0' gem 'pry', '0.14.2' gem 'rake', '13.1.0' gem 'rubocop', '1.57.1' -gem 'rubocop-minitest', '0.32.2' +gem 'rubocop-minitest', '0.33.0' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' gem 'test-unit', '3.6.1' diff --git a/Gemfile.lock b/Gemfile.lock index 070b3d9d11..647580a25d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,9 +43,9 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-minitest (0.32.2) + rubocop-minitest (0.33.0) rubocop (>= 1.39, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) @@ -71,7 +71,7 @@ DEPENDENCIES pry (= 0.14.2) rake (= 13.1.0) rubocop (= 1.57.1) - rubocop-minitest (= 0.32.2) + rubocop-minitest (= 0.33.0) rubocop-rake (= 0.6.0) simplecov (= 0.22.0) test-unit (= 3.6.1)