From a33803ac19a9e02e2f1d637d0ca67f37188887aa Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 02:41:04 +0200 Subject: [PATCH] Bump addressable --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 38f99d34d..16d3ebc83 100644 --- a/Gemfile +++ b/Gemfile @@ -145,7 +145,7 @@ gem "acts-as-taggable-on", "9.0.1" # URIs and HTTP -gem "addressable", "2.8.0", require: "addressable/uri" +gem "addressable", "2.8.4", require: "addressable/uri" gem "faraday", "1.10.0" gem "faraday-cookie_jar", "0.0.7" gem "faraday-follow_redirects", "0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 304bbc716..6bf0848a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,8 +71,8 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.4) + public_suffix (>= 2.0.2, < 6.0) aes_key_wrap (1.1.0) asset_sync (2.15.2) activemodel (>= 4.1.0) @@ -531,7 +531,7 @@ GEM pry-byebug (3.8.0) byebug (~> 11.0) pry (~> 0.10) - public_suffix (4.0.7) + public_suffix (5.0.1) puma (6.3.0) nio4r (~> 2.0) raabro (1.4.0) @@ -794,7 +794,7 @@ DEPENDENCIES activerecord-import (= 1.4.1) acts-as-taggable-on (= 9.0.1) acts_as_api (= 1.0.1) - addressable (= 2.8.0) + addressable (= 2.8.4) asset_sync (= 2.15.2) autoprefixer-rails (= 10.4.13.0) babel-transpiler (= 0.7.0)