From b8fef0efce4b5cbf72405637c906a169209e47da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 07:42:00 +0000 Subject: [PATCH] chore(deps): bump the bundler-version-updates group with 2 updates Bumps the bundler-version-updates group with 2 updates: [oauth2](https://gitlab.com/oauth-xx/oauth2) and [rubocop](https://github.com/rubocop/rubocop). Updates `oauth2` from 2.0.9 to 2.0.10 - [Commits](https://gitlab.com/oauth-xx/oauth2/compare/v2.0.9...v2.0.10) Updates `rubocop` from 1.75.5 to 1.75.6 - [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.6) --- updated-dependencies: - dependency-name: oauth2 dependency-version: 2.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: bundler-version-updates - dependency-name: rubocop dependency-version: 1.75.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bundler-version-updates ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c8920166..dfb531c8 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) @@ -75,20 +75,21 @@ GEM mutex_m (0.3.0) net-http (0.6.0) uri - oauth2 (2.0.9) - faraday (>= 0.17.3, < 3.0) - jwt (>= 1.0, < 3.0) + oauth2 (2.0.11) + 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) - version_gem (~> 1.1) + snaky_hash (~> 2.0, >= 2.0.3) + version_gem (>= 1.1.8, < 3) parallel (1.27.0) parser (3.3.8.0) ast (~> 2.4.1) racc prism (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.1.15) rainbow (3.1.1) rake (13.2.1) rb-fsevent (0.11.2) @@ -98,7 +99,7 @@ GEM logger regexp_parser (2.10.0) rexml (3.4.1) - rubocop (1.75.5) + rubocop (1.75.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,9 +131,9 @@ GEM simplecov (~> 0.19) simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) - snaky_hash (2.0.1) - hashie - version_gem (~> 1.1, >= 1.1.1) + snaky_hash (2.0.3) + hashie (>= 0.1.0, < 6) + version_gem (>= 1.1.8, < 3) steep (1.7.1) activesupport (>= 5.1) concurrent-ruby (>= 1.1.10) @@ -161,7 +162,7 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) uri (1.0.3) - version_gem (1.1.7) + version_gem (1.1.8) warning (1.5.0) zeitwerk (2.6.18)