Bump addressable

This commit is contained in:
Benjamin Neff 2024-05-30 03:43:01 +02:00
parent e64cd6038c
commit 2123e1f311
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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)