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 75037ce commit 1e75323Copy full SHA for 1e75323
Gemfile
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
3
gem 'fastlane'
4
gem 'cocoapods', '~> 1.15.0'
5
gem 'activesupport', '~> 7.0', '<= 7.0.8'
6
+gem 'openssl', '>= 3.3.1'
7
8
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
9
eval_gemfile(plugins_path) if File.exist?(plugins_path)
Gemfile.lock
@@ -236,6 +236,7 @@ GEM
236
naturally (2.2.1)
237
netrc (0.11.0)
238
nkf (0.2.0)
239
+ openssl (3.3.1)
240
optparse (0.6.0)
241
os (1.1.4)
242
plist (3.7.1)
@@ -303,6 +304,7 @@ DEPENDENCIES
303
304
fastlane-plugin-firebase_app_distribution
305
fastlane-plugin-lambdatest
306
fastlane-plugin-versioning
307
+ openssl (>= 3.3.1)
308
309
BUNDLED WITH
310
2.1.4
0 commit comments