Skip to content

Commit 119fa07

Browse files
committed
Fix openssl gem
1 parent 4671eae commit 119fa07

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ gem "csv"
99
# warnings fix
1010
gem "ostruct"
1111

12+
# ssl connection & certificates fix
13+
gem "openssl"
14+
1215
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
1316
eval_gemfile(plugins_path) if File.exist?(plugins_path)

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
artifactory (3.0.17)
1212
atomos (0.1.3)
1313
aws-eventstream (1.4.0)
14-
aws-partitions (1.1179.0)
14+
aws-partitions (1.1181.0)
1515
aws-sdk-core (3.236.0)
1616
aws-eventstream (~> 1, >= 1.3.0)
1717
aws-partitions (~> 1, >= 1.992.0)
@@ -20,10 +20,10 @@ GEM
2020
bigdecimal
2121
jmespath (~> 1, >= 1.6.1)
2222
logger
23-
aws-sdk-kms (1.116.0)
23+
aws-sdk-kms (1.117.0)
2424
aws-sdk-core (~> 3, >= 3.234.0)
2525
aws-sigv4 (~> 1.5)
26-
aws-sdk-s3 (1.202.0)
26+
aws-sdk-s3 (1.203.0)
2727
aws-sdk-core (~> 3, >= 3.234.0)
2828
aws-sdk-kms (~> 1)
2929
aws-sigv4 (~> 1.5)
@@ -116,7 +116,7 @@ GEM
116116
xcodeproj (>= 1.13.0, < 2.0.0)
117117
xcpretty (~> 0.4.1)
118118
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
119-
fastlane-plugin-sentry (1.34.0)
119+
fastlane-plugin-sentry (1.35.0)
120120
os (~> 1.1, >= 1.1.4)
121121
fastlane-plugin-telegram (0.1.4)
122122
fastlane-plugin-xcconfig (2.1.0)
@@ -165,7 +165,7 @@ GEM
165165
httpclient (2.9.0)
166166
mutex_m
167167
jmespath (1.6.2)
168-
json (2.15.2)
168+
json (2.16.0)
169169
jwt (2.10.2)
170170
base64
171171
logger (1.7.0)
@@ -177,6 +177,7 @@ GEM
177177
nanaimo (0.4.0)
178178
naturally (2.3.0)
179179
nkf (0.2.0)
180+
openssl (3.3.2)
180181
optparse (0.8.0)
181182
os (1.1.4)
182183
ostruct (0.6.3)
@@ -226,7 +227,7 @@ GEM
226227
xcpretty (~> 0.2, >= 0.0.7)
227228

228229
PLATFORMS
229-
arm64-darwin-24
230+
arm64-darwin-25
230231
ruby
231232

232233
DEPENDENCIES
@@ -236,6 +237,7 @@ DEPENDENCIES
236237
fastlane-plugin-sentry
237238
fastlane-plugin-telegram
238239
fastlane-plugin-xcconfig
240+
openssl
239241
ostruct
240242

241243
BUNDLED WITH

0 commit comments

Comments
 (0)