Skip to content

Commit 91d4372

Browse files
authored
Merge pull request Expensify#73072 from Expensify/michal-ruby-openssl
[NoQA] Added openssl to gemfile to fix ios adhoc build problems
2 parents e86094e + 2c5736f commit 91d4372

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ruby ">= 3.3.4"
66
gem "cocoapods", "= 1.15.2"
77
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
88
gem 'xcodeproj', '< 1.26.0'
9-
gem "fastlane", "~> 2", ">= 2.227.1"
9+
gem "fastlane", "~> 2", ">= 2.228.0"
1010
gem "xcpretty", "~> 0"
11+
gem "openssl", ">= 3.3.1"
1112

1213

1314
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
faraday_middleware (1.2.1)
122122
faraday (~> 1.0)
123123
fastimage (2.4.0)
124-
fastlane (2.227.1)
124+
fastlane (2.228.0)
125125
CFPropertyList (>= 2.3, < 4.0.0)
126126
addressable (>= 2.8, < 3.0.0)
127127
artifactory (~> 3.0)
@@ -242,14 +242,15 @@ GEM
242242
mutex_m (0.2.0)
243243
nanaimo (0.3.0)
244244
nap (1.1.0)
245-
naturally (2.2.1)
245+
naturally (2.3.0)
246246
netrc (0.11.0)
247247
nkf (0.2.0)
248+
openssl (3.3.1)
248249
optparse (0.6.0)
249250
os (1.1.4)
250251
plist (3.7.2)
251252
public_suffix (4.0.7)
252-
rake (13.2.1)
253+
rake (13.3.0)
253254
representable (3.2.0)
254255
declarative (< 0.1.0)
255256
trailblazer-option (>= 0.1.1, < 0.2.0)
@@ -309,11 +310,12 @@ DEPENDENCIES
309310
benchmark
310311
bigdecimal
311312
cocoapods (= 1.15.2)
312-
fastlane (~> 2, >= 2.227.1)
313+
fastlane (~> 2, >= 2.228.0)
313314
fastlane-plugin-aws_s3
314315
fastlane-plugin-firebase_app_distribution
315316
logger
316317
mutex_m
318+
openssl (>= 3.3.1)
317319
xcodeproj (< 1.26.0)
318320
xcpretty (~> 0)
319321

0 commit comments

Comments
 (0)