From ef8d43d4efd0ed7d7b14e216a0502896fc7e9090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:45:27 +0000 Subject: [PATCH] gems(deps-dev): bump rubocop in the ruby-dependencies group Bumps the ruby-dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.80.2 to 1.81.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.80.2...v1.81.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.81.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: ruby-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e7f37f0..b2a9d5d 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ end # Development tools group :development do gem 'pry', '~> 0.14' - gem 'rubocop', '~> 1.80', '>= 1.80.2' + gem 'rubocop', '~> 1.81' gem 'rubocop-rspec', '~> 3.7' end diff --git a/Gemfile.lock b/Gemfile.lock index 1031526..91e3bd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GEM csv (3.3.5) diff-lcs (1.6.2) docile (1.4.1) - json (2.13.2) + json (2.15.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) method_source (1.1.0) @@ -35,7 +35,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.5) - rubocop (1.80.2) + rubocop (1.81.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -43,10 +43,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.46.0, < 2.0) + rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.46.0) + rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-rspec (3.7.0) @@ -74,7 +74,7 @@ DEPENDENCIES pry (~> 0.14) rainbow (~> 3.1) rspec (~> 3.12) - rubocop (~> 1.80, >= 1.80.2) + rubocop (~> 1.81) rubocop-rspec (~> 3.7) simplecov (~> 0.22) thor (~> 1.3)