From e64ab03dbcd28dc4121c5906577d773bf434b54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:32:14 +0000 Subject: [PATCH] build(deps): bump rubocop from 1.88.2 to 1.89.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.88.2 to 1.89.0. - [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.88.2...v1.89.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5761c76..8ad0c31 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'asciidoctor', '~> 2.0', require: false # required by yard to render README.adoc gem 'minitest', '~> 6.0' gem 'rake', '~> 13.4' -gem 'rubocop', '~> 1.88' +gem 'rubocop', '~> 1.89' gem 'rubocop-minitest', '~> 0.40.0' gem 'rubocop-rake', '~> 0.7.1' gem 'simplecov', '~> 1.0', require: false # test coverage; output written to coverage/ diff --git a/Gemfile.lock b/Gemfile.lock index 49e0aad..c20ebd9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,7 +14,7 @@ GEM drb (2.2.3) ffi (1.17.4-x86_64-linux-gnu) fileutils (1.8.0) - json (2.21.1) + json (2.21.2) language_server-protocol (3.17.0.6) lint_roller (1.1.0) listen (3.10.0) @@ -41,7 +41,7 @@ GEM prism (>= 1.6.0) tsort regexp_parser (2.12.0) - rubocop (1.88.2) + rubocop (1.89.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -99,7 +99,7 @@ DEPENDENCIES human_languages! minitest (~> 6.0) rake (~> 13.4) - rubocop (~> 1.88) + rubocop (~> 1.89) rubocop-minitest (~> 0.40.0) rubocop-rake (~> 0.7.1) simplecov (~> 1.0)