From 0cb87e4a49647979cf4fe55a6d7bc094f8af3e1a Mon Sep 17 00:00:00 2001 From: Daniela Lemow Date: Tue, 24 Sep 2024 16:16:11 +1200 Subject: [PATCH] fix: Update json gem which has bug --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0abe462..aa75b5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,7 +21,7 @@ GEM http-accept (1.7.0) http-cookie (1.0.5) domain_name (~> 0.5) - json (2.6.2) + json (2.7.2) method_source (1.0.0) mime-types (3.4.1) mime-types-data (~> 3.2015) @@ -92,4 +92,4 @@ DEPENDENCIES rubocop (~> 1.21) BUNDLED WITH - 2.3.7 + 2.5.11