From 9ed57596c1e3c00d8f5b0a000287c1a77f08075b Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 02:35:26 +0200 Subject: [PATCH] Bump json --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 77338cea0..fd892f885 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.3" +gem "json", "2.7.2" gem "json-schema", "4.0.0" gem "yajl-ruby", "1.4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 4b8b59826..3f3856e81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM js_image_paths (0.2.0) rails (>= 4.0, < 8.0) sprockets (>= 3.0.0) - json (2.6.3) + json (2.7.2) json-jwt (1.16.3) activesupport (>= 4.2) aes_key_wrap @@ -830,7 +830,7 @@ DEPENDENCIES jquery-ui-rails (= 5.0.5) js-routes (= 2.2.5) js_image_paths (= 0.2.0) - json (= 2.6.3) + json (= 2.7.2) json-schema (= 4.0.0) leaflet-rails (= 1.9.3) listen (= 3.8.0)