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)