From 7e203136be3197b494ae72b560910aecf4c60422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 05:43:47 +0000 Subject: [PATCH] Bump the rubygems group with 2 updates Bumps the rubygems group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [oauth2](https://github.com/ruby-oauth/oauth2). Updates `rubocop` from 1.87.0 to 1.88.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.87.0...v1.88.1) Updates `oauth2` from 2.0.22 to 2.0.24 - [Release notes](https://github.com/ruby-oauth/oauth2/releases) - [Changelog](https://github.com/ruby-oauth/oauth2/blob/main/CHANGELOG.md) - [Commits](https://github.com/ruby-oauth/oauth2/compare/v2.0.22...v2.0.24) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubygems - dependency-name: oauth2 dependency-version: 2.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubygems ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 33 ++++++++++++++++++--------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index bf75e71..0e71175 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development do gem "rake", "~> 13.4" - gem "rubocop", "~> 1.87" + gem "rubocop", "~> 1.88" gem "rubocop-37signals", github: "basecamp/house-style", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index c9a43dd..d911ff8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,9 +39,11 @@ GEM uri (>= 0.13.1) addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) + anonymous_loader (0.1.3) + version_gem (~> 1.1, >= 1.1.14) ast (2.4.3) - auth-sanitizer (0.2.1) - version_gem (~> 1.1, >= 1.1.10) + auth-sanitizer (0.2.3) + version_gem (~> 1.1, >= 1.1.14) base64 (0.3.0) benchmark (0.5.0) bigdecimal (4.1.2) @@ -77,10 +79,10 @@ GEM pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.20.0) + json (2.21.2) jwt (3.2.0) base64 - language_server-protocol (3.17.0.5) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) logger (1.7.0) minitest (5.27.0) @@ -89,17 +91,18 @@ GEM bigdecimal (>= 3.1, < 5) net-http (0.9.1) uri (>= 0.11.1) - oauth2 (2.0.22) - auth-sanitizer (~> 0.2, >= 0.2.1) + oauth2 (2.0.24) + anonymous_loader (~> 0.1, >= 0.1.1) + auth-sanitizer (~> 0.2, >= 0.2.2) faraday (>= 0.17.3, < 4.0) jwt (>= 1.0, < 4.0) logger (~> 1.2) multi_xml (~> 0.5) rack (>= 1.2, < 4) - snaky_hash (~> 2.0, >= 2.0.5) - version_gem (~> 1.1, >= 1.1.11) + snaky_hash (~> 2.0, >= 2.0.6) + version_gem (~> 1.1, >= 1.1.12) parallel (1.28.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc pp (0.6.3) @@ -135,7 +138,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.87.0) + rubocop (1.88.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -146,7 +149,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-minitest (0.38.1) @@ -174,9 +177,9 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - snaky_hash (2.0.5) + snaky_hash (2.0.7) hashie (>= 0.1.0, < 6) - version_gem (>= 1.1.8, < 3) + version_gem (~> 1.1, >= 1.1.14) stringio (3.2.0) tsort (0.2.0) tzinfo (2.0.6) @@ -186,7 +189,7 @@ GEM unicode-emoji (4.2.0) uri (1.1.1) vcr (6.4.0) - version_gem (1.1.11) + version_gem (1.1.14) webmock (3.26.2) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -201,7 +204,7 @@ DEPENDENCIES debug (~> 1.11) rake (~> 13.4) rspec (~> 3.13) - rubocop (~> 1.87) + rubocop (~> 1.88) rubocop-37signals! simplecov (~> 0.22.0) simplecov_json_formatter (~> 0.1.4)