From d8a25e3c059653d18b24b0ac8b024465344ef630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 05:47:32 +0000 Subject: [PATCH] chore(deps): bump the bundler-version-updates group across 1 directory with 3 updates Bumps the bundler-version-updates group with 3 updates in the / directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) and [rake](https://github.com/ruby/rake). Updates `rubocop` from 1.75.5 to 1.75.8 - [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.75.5...v1.75.8) Updates `rubocop-minitest` from 0.38.0 to 0.38.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.38.0...v0.38.1) Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.2.1...v13.3.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: rubocop-minitest dependency-version: 0.38.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: bundler-version-updates ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 87dffe07..c48667ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,10 +53,10 @@ GEM hashie (5.0.0) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.11.3) + json (2.12.2) jwt (2.10.1) base64 - language_server-protocol (3.17.0.4) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -91,7 +91,7 @@ GEM racc (1.8.1) rack (3.1.16) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) @@ -99,7 +99,7 @@ GEM logger regexp_parser (2.10.0) rexml (3.4.1) - rubocop (1.75.5) + rubocop (1.78.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -107,13 +107,13 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.1) + rubocop-ast (1.45.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-minitest (0.38.0) + rubocop-minitest (0.38.1) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.38.0, < 2.0)