From b54c7922371bd54d0f82bc54316500ce1c362b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 05:40:42 +0000 Subject: [PATCH] Update dependency json to v2.7.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 78373a4222..6928b88df2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'fastlane', '2.216.0' gem 'netrc', '0.11.0' -gem 'json', '2.6.3' +gem 'json', '2.7.2' gem 'xcodeproj', '1.25.0' gem 'cocoapods', '1.15.2' diff --git a/Gemfile.lock b/Gemfile.lock index 6e69cd2cc1..e9be23c6ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.6.3) + json (2.7.2) jwt (2.8.1) base64 language_server-protocol (3.17.0.3) @@ -311,7 +311,7 @@ PLATFORMS DEPENDENCIES cocoapods (= 1.15.2) fastlane (= 2.216.0) - json (= 2.6.3) + json (= 2.7.2) netrc (= 0.11.0) rubocop (= 1.56.2) xcodeproj (= 1.25.0)