Bump json-schema

This commit is contained in:
Steffen van Bergerem 2017-03-02 16:29:37 +01:00 committed by Benjamin Neff
parent cd09b64c8f
commit e25c5c9b98
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ gem "diaspora_federation-rails", "0.1.7"
gem "acts_as_api", "1.0.0" gem "acts_as_api", "1.0.0"
gem "json", "1.8.6" gem "json", "1.8.6"
gem "json-schema", "2.7.0" gem "json-schema", "2.8.0"
# Authentication # Authentication

View file

@ -340,7 +340,7 @@ GEM
multi_json (>= 1.3) multi_json (>= 1.3)
securecompare securecompare
url_safe_base64 url_safe_base64
json-schema (2.7.0) json-schema (2.8.0)
addressable (>= 2.4) addressable (>= 2.4)
json_spec (1.1.4) json_spec (1.1.4)
multi_json (~> 1.0) multi_json (~> 1.0)
@ -833,7 +833,7 @@ DEPENDENCIES
js-routes (= 1.3.3) js-routes (= 1.3.3)
js_image_paths (= 0.1.0) js_image_paths (= 0.1.0)
json (= 1.8.6) json (= 1.8.6)
json-schema (= 2.7.0) json-schema (= 2.8.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)