From a35e56b049b450f0cc04fda0acacde12bc78abff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:28:47 +0000 Subject: [PATCH] Bump rubocop-minitest from 0.35.0 to 0.35.1 in the rubocop group Bumps the rubocop group with 1 update: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop-minitest` from 0.35.0 to 0.35.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.35.0...v0.35.1) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: rubocop ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5a3b675..2fbb2b9 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ end group :development do gem 'annotate', '~> 3.2' - gem 'rubocop-minitest', '~> 0.35.0' + gem 'rubocop-minitest', '~> 0.35.1' gem 'rubocop-rails', '~> 2.25' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 8a1040e..9ddca83 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,7 +195,7 @@ GEM multi_xml (~> 0.5) rack (>= 1.2, < 4) parallel (1.25.1) - parser (3.3.3.0) + parser (3.3.4.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -254,20 +254,20 @@ GEM io-console (~> 0.5) rexml (3.3.1) strscan - rubocop (1.64.1) + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.3) parser (>= 3.3.1.0) - rubocop-minitest (0.35.0) + rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.25.1) @@ -341,7 +341,7 @@ DEPENDENCIES puma (~> 6.4) rack-cors rails (~> 7.1.3) - rubocop-minitest (~> 0.35.0) + rubocop-minitest (~> 0.35.1) rubocop-rails (~> 2.25) rugged selenium-webdriver