update addressable to 2.7.0
This commit is contained in:
parent
c74b0ab611
commit
78b62dd3ed
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -181,7 +181,7 @@ gem "acts-as-taggable-on", "6.0.0"
|
|||
|
||||
# URIs and HTTP
|
||||
|
||||
gem "addressable", "2.6.0", require: "addressable/uri"
|
||||
gem "addressable", "2.7.0", require: "addressable/uri"
|
||||
gem "faraday", "0.15.4"
|
||||
gem "faraday_middleware", "0.13.1"
|
||||
gem "faraday-cookie_jar", "0.0.6"
|
||||
|
|
|
|||
|
|
@ -54,8 +54,8 @@ GEM
|
|||
activemodel (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
rack (>= 1.1.0)
|
||||
addressable (2.6.0)
|
||||
public_suffix (>= 2.0.2, < 4.0)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
aes_key_wrap (1.0.1)
|
||||
arel (9.0.0)
|
||||
asset_sync (2.7.0)
|
||||
|
|
@ -495,7 +495,7 @@ GEM
|
|||
pry-byebug (3.8.0)
|
||||
byebug (~> 11.0)
|
||||
pry (~> 0.10)
|
||||
public_suffix (3.1.1)
|
||||
public_suffix (4.0.3)
|
||||
raabro (1.1.6)
|
||||
rack (2.2.2)
|
||||
rack-cors (1.1.1)
|
||||
|
|
@ -792,7 +792,7 @@ DEPENDENCIES
|
|||
activerecord-import (= 1.0.2)
|
||||
acts-as-taggable-on (= 6.0.0)
|
||||
acts_as_api (= 1.0.1)
|
||||
addressable (= 2.6.0)
|
||||
addressable (= 2.7.0)
|
||||
asset_sync (= 2.7.0)
|
||||
autoprefixer-rails (= 8.6.5)
|
||||
bootstrap-sass (= 3.4.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue