From 312baaec8dd97386a2668b611e1b6b84e1430dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:47:52 +0000 Subject: [PATCH] chore(deps): bump addressable from 2.8.7 to 2.9.0 in /oauth-ruby Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.7 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.7...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- oauth-ruby/Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oauth-ruby/Gemfile.lock b/oauth-ruby/Gemfile.lock index a458b97..bfd57da 100644 --- a/oauth-ruby/Gemfile.lock +++ b/oauth-ruby/Gemfile.lock @@ -1,8 +1,8 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.7) - public_suffix (>= 2.0.2, < 7.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) childprocess (5.1.0) logger (~> 1.5) launchy (3.1.1) @@ -11,7 +11,7 @@ GEM logger (~> 1.6) logger (1.7.0) pkce_challenge (1.0.0) - public_suffix (6.0.2) + public_suffix (7.0.5) webrick (1.9.1) PLATFORMS