From 66b81e4dd3a258cbbd1ab87d585d6c27d4c4a961 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Tue, 9 Feb 2016 16:41:40 +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 3245ce56f..b5d8edb58 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.0.12" gem "acts_as_api", "0.4.2" gem "json", "1.8.3" -gem "json-schema", "2.5.2" +gem "json-schema", "2.6.0" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index c34d9e2c0..002e64cbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM multi_json (>= 1.3) rake json (1.8.3) - json-schema (2.5.2) + json-schema (2.6.0) addressable (~> 2.3.8) jwt (1.5.2) kaminari (0.16.3) @@ -827,7 +827,7 @@ DEPENDENCIES js_image_paths (= 0.0.2) jshintrb (= 0.3.0) json (= 1.8.3) - json-schema (= 2.5.2) + json-schema (= 2.6.0) logging-rails (= 0.5.0) markerb (= 1.1.0) messagebus_ruby_api (= 1.0.3) -- GitLab