From 0d2405f664bc56d8707d31b19d7363b0fa925cae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:50:05 +0000 Subject: [PATCH] :arrow_up: Bump json from 2.8.2 to 2.9.0 (#2836) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0e3091395056..0f494c3eebf5 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ gem "sass-rails", "~> 6.0", ">= 6.0.0" gem "terser", "~> 1.2" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem "bootstrap", "5.2.3" -gem "json", "~> 2.8" # Legacy carry-over +gem "json", "~> 2.9" # Legacy carry-over # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index cd1629cfd8cd..ba4c857cd991 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -299,7 +299,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.8.2) + json (2.9.0) jwt (2.9.3) base64 kaminari (1.2.2) @@ -647,7 +647,7 @@ DEPENDENCIES i18n-tasks (~> 1.0.14) invisible_captcha (~> 2.3) jbuilder - json (~> 2.8) + json (~> 2.9) kaminari (~> 1.2) kramdown listen