Bump addressable and json-schema
This commit is contained in:
parent
9d1a093990
commit
de64a2e709
2 changed files with 7 additions and 7 deletions
4
Gemfile
4
Gemfile
|
|
@ -19,7 +19,7 @@ gem "diaspora_federation-rails", "0.1.4"
|
||||||
|
|
||||||
gem "acts_as_api", "0.4.3"
|
gem "acts_as_api", "0.4.3"
|
||||||
gem "json", "1.8.3"
|
gem "json", "1.8.3"
|
||||||
gem "json-schema", "2.6.2"
|
gem "json-schema", "2.7.0"
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
|
|
||||||
|
|
@ -167,7 +167,7 @@ gem "acts-as-taggable-on", "3.5.0"
|
||||||
|
|
||||||
# URIs and HTTP
|
# URIs and HTTP
|
||||||
|
|
||||||
gem "addressable", "2.3.8", require: "addressable/uri"
|
gem "addressable", "2.4.0", require: "addressable/uri"
|
||||||
gem "faraday", "0.9.2"
|
gem "faraday", "0.9.2"
|
||||||
gem "faraday_middleware", "0.10.0"
|
gem "faraday_middleware", "0.10.0"
|
||||||
gem "faraday-cookie_jar", "0.0.6"
|
gem "faraday-cookie_jar", "0.0.6"
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -48,7 +48,7 @@ GEM
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
rack (>= 1.1.0)
|
rack (>= 1.1.0)
|
||||||
addressable (2.3.8)
|
addressable (2.4.0)
|
||||||
arel (6.0.3)
|
arel (6.0.3)
|
||||||
asset_sync (1.1.0)
|
asset_sync (1.1.0)
|
||||||
activemodel
|
activemodel
|
||||||
|
|
@ -469,8 +469,8 @@ GEM
|
||||||
multi_json (>= 1.3)
|
multi_json (>= 1.3)
|
||||||
securecompare
|
securecompare
|
||||||
url_safe_base64
|
url_safe_base64
|
||||||
json-schema (2.6.2)
|
json-schema (2.7.0)
|
||||||
addressable (~> 2.3.8)
|
addressable (>= 2.4)
|
||||||
json_spec (1.1.4)
|
json_spec (1.1.4)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rspec (>= 2.0, < 4.0)
|
rspec (>= 2.0, < 4.0)
|
||||||
|
|
@ -920,7 +920,7 @@ DEPENDENCIES
|
||||||
activerecord-import (= 0.15.0)
|
activerecord-import (= 0.15.0)
|
||||||
acts-as-taggable-on (= 3.5.0)
|
acts-as-taggable-on (= 3.5.0)
|
||||||
acts_as_api (= 0.4.3)
|
acts_as_api (= 0.4.3)
|
||||||
addressable (= 2.3.8)
|
addressable (= 2.4.0)
|
||||||
asset_sync (= 1.1.0)
|
asset_sync (= 1.1.0)
|
||||||
autoprefixer-rails (= 6.5.1)
|
autoprefixer-rails (= 6.5.1)
|
||||||
backbone-on-rails (= 1.2.0.0)
|
backbone-on-rails (= 1.2.0.0)
|
||||||
|
|
@ -966,7 +966,7 @@ DEPENDENCIES
|
||||||
js-routes (= 1.2.9)
|
js-routes (= 1.2.9)
|
||||||
js_image_paths (= 0.1.0)
|
js_image_paths (= 0.1.0)
|
||||||
json (= 1.8.3)
|
json (= 1.8.3)
|
||||||
json-schema (= 2.6.2)
|
json-schema (= 2.7.0)
|
||||||
json_spec (= 1.1.4)
|
json_spec (= 1.1.4)
|
||||||
leaflet-rails (= 0.7.7)
|
leaflet-rails (= 0.7.7)
|
||||||
logging-rails (= 0.5.0)
|
logging-rails (= 0.5.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue