From 6b9e95fca81feaf8d610076f64a3a3fda0f4a227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 07:59:58 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.33.0 to 0.34.1 Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.33.0 to 0.34.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.33.0...v0.34.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 911a96a..527aa8f 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ end group :development do gem 'annotate', '~> 3.2' - gem 'rubocop-minitest', '~> 0.33.0' + gem 'rubocop-minitest', '~> 0.34.1' gem 'rubocop-rails', '~> 2.23' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 1e542eb..3b4356e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,8 +267,9 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) - rubocop-minitest (0.33.0) + rubocop-minitest (0.34.1) rubocop (>= 1.39, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.23.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -338,7 +339,7 @@ DEPENDENCIES puma (~> 6.4) rack-cors rails (~> 7.1.2) - rubocop-minitest (~> 0.33.0) + rubocop-minitest (~> 0.34.1) rubocop-rails (~> 2.23) rugged selenium-webdriver