Bump addressable

This commit is contained in:
Benjamin Neff 2021-11-06 00:25:18 +01:00
parent 39ab87d111
commit c939829912
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -182,7 +182,7 @@ gem "acts-as-taggable-on", "8.1.0"
# URIs and HTTP
gem "addressable", "2.7.0", require: "addressable/uri"
gem "addressable", "2.8.0", require: "addressable/uri"
gem "faraday", "0.17.4"
gem "faraday_middleware", "0.13.1"
gem "faraday-cookie_jar", "0.0.6"

View file

@ -54,7 +54,7 @@ GEM
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
rack (>= 1.1.0)
addressable (2.7.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0)
apparition (0.6.0)
@ -800,7 +800,7 @@ DEPENDENCIES
activerecord-import (= 1.1.0)
acts-as-taggable-on (= 8.1.0)
acts_as_api (= 1.0.1)
addressable (= 2.7.0)
addressable (= 2.8.0)
apparition (= 0.6.0)
asset_sync (= 2.14.2)
autoprefixer-rails (= 10.2.5.1)