From 465056cfcc2e0fc9ce66d1cd2e920ba12900ef9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:29:35 +0000 Subject: [PATCH] Bump json from 1.8.3 to 2.3.0 Bumps [json](https://github.com/ruby/json) from 1.8.3 to 2.3.0. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v1.8.3...v2.3.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2a0cdce..43408e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,23 +7,35 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (4.2.3) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (8.1.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + json + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.3.8) autoparse (0.3.3) addressable (>= 2.3.1) extlib (>= 0.9.15) multi_json (>= 1.0.0) + base64 (0.3.0) + bigdecimal (4.0.1) byebug (2.7.0) columnize (~> 0.3) debugger-linecache (~> 1.2) coderay (1.1.0) columnize (0.8.9) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) debugger-linecache (1.2.0) + drb (2.2.3) extlib (0.9.16) faraday (0.9.1) multipart-post (>= 1.2, < 3) @@ -45,12 +57,14 @@ GEM memoist (~> 0.12) multi_json (= 1.11) signet (~> 0.6) - i18n (0.7.0) - json (1.8.3) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + json (2.3.0) jwt (1.5.1) launchy (2.4.3) addressable (~> 2.3) little-plugger (1.1.3) + logger (1.7.0) logging (2.0.0) little-plugger (~> 1.1) multi_json (~> 1.10) @@ -68,6 +82,7 @@ GEM pry (~> 0.9.12) rake (10.3.2) retriable (1.4.1) + securerandom (0.4.1) signet (0.6.1) addressable (~> 2.3) extlib (~> 0.9) @@ -75,9 +90,9 @@ GEM jwt (~> 1.5) multi_json (~> 1.10) slop (3.5.0) - thread_safe (0.3.5) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uri (1.1.1) PLATFORMS ruby