From 9211f930cdfbd022b0c88ecaee331558dfef04e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 20 Mar 2020 12:46:30 +0100 Subject: [PATCH] update json to 2.3.0 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 30abce048..07ea270be 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "diaspora_federation-rails", "0.2.6" # API and JSON gem "acts_as_api", "1.0.1" -gem "json", "2.2.0" +gem "json", "2.3.0" gem "json-schema", "2.8.1" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index 28853ba08..6526c87f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -353,7 +353,7 @@ GEM js_image_paths (0.1.1) rails (>= 4.0, < 6.0) sprockets (>= 3.0.0) - json (2.2.0) + json (2.3.0) json-jwt (1.11.0) activesupport (>= 4.2) aes_key_wrap @@ -835,7 +835,7 @@ DEPENDENCIES jquery-rails (= 4.3.5) js-routes (= 1.4.7) js_image_paths (= 0.1.1) - json (= 2.2.0) + json (= 2.3.0) json-schema (= 2.8.1) json-schema-rspec (= 0.0.4) leaflet-rails (= 1.5.1)