We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 124bb0e commit e40ddbfCopy full SHA for e40ddbf
Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
2
3
gem 'fastlane', '2.216.0'
4
gem 'netrc', '0.11.0'
5
-gem 'json', '2.7.2'
+gem 'json', '2.7.3'
6
gem 'xcodeproj', '1.25.0'
7
gem 'cocoapods', '1.15.2'
8
Gemfile.lock
@@ -218,7 +218,7 @@ GEM
218
i18n (1.14.6)
219
concurrent-ruby (~> 1.0)
220
jmespath (1.6.2)
221
- json (2.7.2)
+ json (2.7.3)
222
jwt (2.9.0)
223
base64
224
language_server-protocol (3.17.0.3)
@@ -314,7 +314,7 @@ PLATFORMS
314
DEPENDENCIES
315
cocoapods (= 1.15.2)
316
fastlane (= 2.216.0)
317
- json (= 2.7.2)
+ json (= 2.7.3)
318
netrc (= 0.11.0)
319
rubocop (= 1.66.1)
320
xcodeproj (= 1.25.0)
0 commit comments