From 3a0da0564ad5ac58bc7e44ff7120510a075c3fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu> Date: Thu, 10 Dec 2015 18:08:17 +0100 Subject: [PATCH] bump json-schema --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8f3eb78e6b..44b1e3e531 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.0.10" gem "acts_as_api", "0.4.2" gem "json", "1.8.3" -gem "json-schema", "2.5.1" +gem "json-schema", "2.5.2" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index f507a43351..5c9c3b2bce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -416,8 +416,8 @@ GEM multi_json (>= 1.3) rake json (1.8.3) - json-schema (2.5.1) - addressable (~> 2.3.7) + json-schema (2.5.2) + addressable (~> 2.3.8) jwt (1.5.1) kaminari (0.16.3) actionpack (>= 3.0.0) @@ -822,7 +822,7 @@ DEPENDENCIES js_image_paths (= 0.0.2) jshintrb (= 0.3.0) json (= 1.8.3) - json-schema (= 2.5.1) + json-schema (= 2.5.2) logging-rails (= 0.5.0) markerb (= 1.1.0) messagebus_ruby_api (= 1.0.3) -- GitLab