From 14712df69c6f2a8ff4b687c2bf88bee176b7f6f9 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 21 Jul 2017 02:48:07 +0200 Subject: [PATCH] Bump json --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d1eb8d08f..3a3bc76de 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.2.0" # API and JSON gem "acts_as_api", "1.0.0" -gem "json", "1.8.6" +gem "json", "2.1.0" gem "json-schema", "2.8.0" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index ddc7ffddd..07c7ae61f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -327,7 +327,7 @@ GEM sprockets-rails js_image_paths (0.1.0) rails (~> 4.0) - json (1.8.6) + json (2.1.0) json-jwt (1.7.1) activesupport bindata @@ -806,7 +806,7 @@ DEPENDENCIES jquery-ui-rails (= 5.0.5) js-routes (= 1.3.3) js_image_paths (= 0.1.0) - json (= 1.8.6) + json (= 2.1.0) json-schema (= 2.8.0) leaflet-rails (= 0.7.7) logging-rails (= 0.5.0)