From bc814a8e55a2b6e8e5dce1d57becbb87798af50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 03:19:41 +0000 Subject: [PATCH] Bump json from 2.7.6 to 2.8.1 (#309) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index afee822..3ab4d6e 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'bootsnap', '>= 1.4.2', require: false gem 'base64', '~> 0.2.0' gem 'bigdecimal', '~> 3.1' gem 'mutex_m', '~> 0.2.0' -gem 'json', '~> 2.7' +gem 'json', '~> 2.8' group :development do gem 'web-console', '>= 3.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5c6cd2e..8cb078f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.7.6) + json (2.8.1) jwt (2.7.1) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -406,7 +406,7 @@ DEPENDENCIES bigdecimal (~> 3.1) bootsnap (>= 1.4.2) byebug - json (~> 2.7) + json (~> 2.8) listen (>= 3.0.5) mutex_m (~> 0.2.0) mysql2