From dbe644ede66a49b08eb29dc9e5f0eb560648f1e2 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 01:25:03 +0200 Subject: [PATCH] Bump json --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e40e8d180..65517bd0c 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "diaspora_federation-rails", "1.1.0" # API and JSON gem "acts_as_api", "1.0.1" -gem "json", "2.6.2" +gem "json", "2.6.3" gem "json-schema", "3.0.0" gem "yajl-ruby", "1.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 2ed104c47..f2f9128c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -387,7 +387,7 @@ GEM js_image_paths (0.2.0) rails (>= 4.0, < 8.0) sprockets (>= 3.0.0) - json (2.6.2) + json (2.6.3) json-jwt (1.15.3) activesupport (>= 4.2) aes_key_wrap @@ -830,7 +830,7 @@ DEPENDENCIES jquery-ui-rails (= 5.0.5) js-routes (= 2.2.4) js_image_paths (= 0.2.0) - json (= 2.6.2) + json (= 2.6.3) json-schema (= 3.0.0) leaflet-rails (= 1.7.0) listen (= 3.7.1)