From 4fb82c0c41df0365246dfbb7f3f50e05271422fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:14:47 +0000 Subject: [PATCH] Bump the rubocop group with 1 update Bumps the rubocop group with 1 update: [rubocop-minitest](https://github.com/rubocop/rubocop-minitest). Updates `rubocop-minitest` from 0.34.5 to 0.35.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.34.5...v0.35.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor 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 fddf4eb..d592631 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ end group :development do gem 'annotate', '~> 3.2' - gem 'rubocop-minitest', '~> 0.34.5' + gem 'rubocop-minitest', '~> 0.35.0' gem 'rubocop-rails', '~> 2.24' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 3724934..abc8344 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,7 @@ GEM reline (0.4.2) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.62.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -266,9 +266,9 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.2) parser (>= 3.3.0.4) - rubocop-minitest (0.34.5) - rubocop (>= 1.39, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-minitest (0.35.0) + rubocop (>= 1.61, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.24.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -338,7 +338,7 @@ DEPENDENCIES puma (~> 6.4) rack-cors rails (~> 7.1.3) - rubocop-minitest (~> 0.34.5) + rubocop-minitest (~> 0.35.0) rubocop-rails (~> 2.24) rugged selenium-webdriver