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)