From edd5b0645ddef6063a9b4277aab59b7d887cdffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 08:59:58 +0000 Subject: [PATCH] Bump json from 2.6.3 to 2.7.1 Bumps [json](https://github.com/flori/json) from 2.6.3 to 2.7.1. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.6.3...v2.7.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 98034c3..d813dd9 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.10' gem 'haml', '~> 6.2' gem 'iso-639', '~> 0.3.6' -gem 'json', '~> 2.6' +gem 'json', '~> 2.7' gem 'mail', '~> 2.8' gem 'mime-types', '~> 3.5' gem 'nokogiri', '~> 1.13' diff --git a/Gemfile.lock b/Gemfile.lock index fdf4c4b..f2dba07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) iso-639 (0.3.6) - json (2.6.3) + json (2.7.1) kgio (2.11.4) mail (2.8.1) mini_mime (>= 0.1.1) @@ -129,7 +129,7 @@ DEPENDENCIES byebug haml (~> 6.2) iso-639 (~> 0.3.6) - json (~> 2.6) + json (~> 2.7) mail (~> 2.8) mime-types (~> 3.5) nokogiri (~> 1.13)