From 2123e1f311123894931949d4349567af9a3ab9e2 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:43:01 +0200 Subject: [PATCH] Bump addressable --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5f07797c4..4a2556d2c 100644 --- a/Gemfile +++ b/Gemfile @@ -145,7 +145,7 @@ gem "acts-as-taggable-on", "10.0.0" # URIs and HTTP -gem "addressable", "2.8.4", require: "addressable/uri" +gem "addressable", "2.8.6", require: "addressable/uri" gem "faraday", "2.7.7" gem "faraday-cookie_jar", "0.0.7" gem "faraday-follow_redirects", "0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index a69268f65..8467c7ef6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) asset_sync (2.18.0) @@ -792,7 +792,7 @@ DEPENDENCIES activerecord-import (= 1.7.0) acts-as-taggable-on (= 10.0.0) acts_as_api (= 1.0.1) - addressable (= 2.8.4) + addressable (= 2.8.6) asset_sync (= 2.18.0) autoprefixer-rails (= 10.4.16.0) babel-transpiler (= 0.7.0)