Skip to content

Commit 1e75323

Browse files
authored
chore(deps): add openssl 3.3.1 (#1385)
1 parent 75037ce commit 1e75323

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
gem 'fastlane'
44
gem 'cocoapods', '~> 1.15.0'
55
gem 'activesupport', '~> 7.0', '<= 7.0.8'
6+
gem 'openssl', '>= 3.3.1'
67

78
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
89
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ GEM
236236
naturally (2.2.1)
237237
netrc (0.11.0)
238238
nkf (0.2.0)
239+
openssl (3.3.1)
239240
optparse (0.6.0)
240241
os (1.1.4)
241242
plist (3.7.1)
@@ -303,6 +304,7 @@ DEPENDENCIES
303304
fastlane-plugin-firebase_app_distribution
304305
fastlane-plugin-lambdatest
305306
fastlane-plugin-versioning
307+
openssl (>= 3.3.1)
306308

307309
BUNDLED WITH
308310
2.1.4

0 commit comments

Comments
 (0)