From 71ffacfffa0d7d76ecdb6579e6645f2ebd8b10f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:59:19 +0000 Subject: [PATCH] Build(deps): Bump json from 2.7.5 to 2.8.1 Bumps [json](https://github.com/ruby/json) from 2.7.5 to 2.8.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.7.5...v2.8.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 f9b51a792e..9b7a54391b 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ gem 'htmlentities', '~> 4.3.0' gem 'icalendar', '~> 2.10.3' gem 'jquery-rails', '~> 4.6.0' gem 'jquery-ui-rails', '~> 6.0.0' -gem 'json', '~> 2.7.5' +gem 'json', '~> 2.8.1' gem 'holidays', '~> 8.8.0' gem 'iso_country_codes', '~> 0.7.8' gem 'mail', '~> 2.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 23d615b315..6f5f680757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM thor (>= 0.14, < 2.0) jquery-ui-rails (6.0.1) railties (>= 3.2.16) - json (2.7.5) + json (2.8.1) jwt (2.7.1) language_server-protocol (3.17.0.3) launchy (3.0.1) @@ -610,7 +610,7 @@ DEPENDENCIES iso_country_codes (~> 0.7.8) jquery-rails (~> 4.6.0) jquery-ui-rails (~> 6.0.0) - json (~> 2.7.5) + json (~> 2.8.1) launchy (< 3.1.0) locale (~> 2.1.4) mahoro (~> 0.5)