From 38f3d09459278659cc86e5161a1f0869a7a05007 Mon Sep 17 00:00:00 2001 From: Sebastian Cruz Date: Tue, 26 May 2026 11:53:13 -0500 Subject: [PATCH] fix(example): upgrade addressable gem to resolve ReDoS vulnerability --- example/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 9e184c9..5e1889f 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -10,7 +10,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.6) + addressable (2.9.0) public_suffix (>= 2.0.2, < 6.0) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3)