From 975e2b17b38b5db274f33c62bd6d2abee1c16abd Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Tue, 23 Jun 2026 19:00:21 -0400 Subject: [PATCH] chore(gemfile): bump addressable and concurrent-ruby gems --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc2c8a30..fabfb362 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,8 +18,8 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.9.0) + public_suffix (>= 2.0.2, < 8.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) @@ -73,7 +73,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.3.5) + concurrent-ruby (1.3.7) connection_pool (2.5.0) cork (0.3.0) colored2 (~> 3.1)