From e25c5c9b98f8468a62532c92b489186c953ff787 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 2 Mar 2017 16:29:37 +0100 Subject: [PATCH] Bump json-schema --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a09b8bf24..e6ba91a54 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "diaspora_federation-rails", "0.1.7" gem "acts_as_api", "1.0.0" gem "json", "1.8.6" -gem "json-schema", "2.7.0" +gem "json-schema", "2.8.0" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index 895d055a6..169128e5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -340,7 +340,7 @@ GEM multi_json (>= 1.3) securecompare url_safe_base64 - json-schema (2.7.0) + json-schema (2.8.0) addressable (>= 2.4) json_spec (1.1.4) multi_json (~> 1.0) @@ -833,7 +833,7 @@ DEPENDENCIES js-routes (= 1.3.3) js_image_paths (= 0.1.0) json (= 1.8.6) - json-schema (= 2.7.0) + json-schema (= 2.8.0) json_spec (= 1.1.4) leaflet-rails (= 0.7.7) logging-rails (= 0.5.0)