Bump addressable
This commit is contained in:
parent
9f5d2a8ac6
commit
a33803ac19
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue