From 2654293446fba204425d595ee3a4f01e60a1af40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:19:13 +0000 Subject: [PATCH] Bump json from 2.9.0 to 2.10.1 Bumps [json](https://github.com/ruby/json) from 2.9.0 to 2.10.1. - [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/v2.9.0...v2.10.1) --- updated-dependencies: - dependency-name: json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 0009631..307d1a6 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'base64', '~> 0.2' gem 'bundler', '~> 2.5.10' gem 'colorize', '~> 1.1' gem 'i18n', '~> 1.14' -gem 'json', '~> 2.8' +gem 'json', '~> 2.10' gem 'launchy', '~> 2' # >3 breaks gem 'openssl', '~> 3.1.0' # >3.2 won't install gem 'open-uri', '~> 0.5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 9308d6c..f36989c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM irb (1.13.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.9.0) + json (2.10.1) language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) @@ -159,7 +159,7 @@ DEPENDENCIES colorize (~> 1.1) i18n (~> 1.14) i18n-tasks (~> 1.0.14) - json (~> 2.8) + json (~> 2.10) launchy (~> 2) ocran (= 1.3.16) open-uri (~> 0.5.0)