From 8c3f9868298d112e822130e48944ef535b471019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 06:03:14 +0000 Subject: [PATCH] Bump oauth2 from 2.0.23 to 2.0.24 Bumps [oauth2](https://github.com/ruby-oauth/oauth2) from 2.0.23 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.23...v2.0.24) --- updated-dependencies: - dependency-name: oauth2 dependency-version: 2.0.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3a15a5c5..b7c24027 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,8 +28,10 @@ GEM tzinfo (~> 2.0) addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) + anonymous_loader (0.1.1) + version_gem (~> 1.1, >= 1.1.12) ast (2.4.3) - auth-sanitizer (0.2.1) + auth-sanitizer (0.2.2) version_gem (~> 1.1, >= 1.1.10) awesome_print (1.9.2) base64 (0.3.0) @@ -122,15 +124,16 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - oauth2 (2.0.23) - 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.6) - version_gem (~> 1.1, >= 1.1.11) + version_gem (~> 1.1, >= 1.1.12) parallel (1.28.0) parser (3.3.11.1) ast (~> 2.4.1)