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 f0c5813 commit 4ca49c0Copy full SHA for 4ca49c0
Gemfile
@@ -19,6 +19,7 @@ gem 'rake'
19
gem 'rubocop', '~> 1.81'
20
gem 'rubocop-rake', '~> 0.7'
21
gem 'xcpretty-travis-formatter'
22
+gem 'openssl'
23
24
group :screenshots, optional: true do
25
gem 'rmagick', '~> 6.1.4'
Gemfile.lock
@@ -273,6 +273,7 @@ GEM
273
faraday (>= 1, < 3)
274
sawyer (~> 0.9)
275
open4 (1.3.4)
276
+ openssl (3.3.2)
277
options (2.3.2)
278
optparse (0.8.0)
279
os (1.1.4)
@@ -375,6 +376,7 @@ DEPENDENCIES
375
376
fastlane-plugin-firebase_app_distribution (~> 0.10)
377
fastlane-plugin-sentry
378
fastlane-plugin-wpmreleasetoolkit (~> 13.7)
379
+ openssl
380
rake
381
rmagick (~> 6.1.4)
382
rubocop (~> 1.81)
0 commit comments