diff --git a/Gemfile b/Gemfile index 96ae0e994..00be971d4 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "diaspora_federation-rails", "0.2.7" # API and JSON gem "acts_as_api", "1.0.1" -gem "json", "2.3.0" +gem "json", "2.6.2" gem "json-schema", "2.8.1" # Authentication diff --git a/Gemfile.lock b/Gemfile.lock index 02394d583..60206de4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -366,7 +366,7 @@ GEM js_image_paths (0.1.1) rails (>= 4.0, < 6.0) sprockets (>= 3.0.0) - json (2.3.0) + json (2.6.2) json-jwt (1.13.0) activesupport (>= 4.2) aes_key_wrap @@ -845,7 +845,7 @@ DEPENDENCIES jquery-rails (= 4.4.0) js-routes (= 2.1.2) js_image_paths (= 0.1.1) - json (= 2.3.0) + json (= 2.6.2) json-schema (= 2.8.1) json-schema-rspec (= 0.0.4) leaflet-rails (= 1.7.0)