diff --git a/Gemfile b/Gemfile index 06927c6f4d..43224c2ac8 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'cocoapods', '1.16.2' gem 'fastlane', '2.226.0' gem 'fastlane-plugin-changelog', '0.16.0' gem 'fastlane-plugin-mattermost', '1.3.2' -gem 'json', '2.9.0' +gem 'json', '2.9.1' gem 'net-http', '0.6.0' gem 'xcode-install', '2.8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 24a828eff3..359362c863 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -231,7 +231,7 @@ GEM i18n (1.14.6) concurrent-ruby (~> 1.0) jmespath (1.6.2) - json (2.9.0) + json (2.9.1) jwt (2.9.3) base64 logger (1.6.1) @@ -323,7 +323,7 @@ DEPENDENCIES fastlane (= 2.226.0) fastlane-plugin-changelog (= 0.16.0) fastlane-plugin-mattermost (= 1.3.2) - json (= 2.9.0) + json (= 2.9.1) net-http (= 0.6.0) xcode-install (= 2.8.1)