File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,8 @@ gem "csv"
99# warnings fix
1010gem "ostruct"
1111
12+ # ssl connection & certificates fix
13+ gem "openssl"
14+
1215plugins_path = File . join ( File . dirname ( __FILE__ ) , 'fastlane' , 'Pluginfile' )
1316eval_gemfile ( plugins_path ) if File . exist? ( plugins_path )
Original file line number Diff line number Diff line change 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 )
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 )
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 )
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 )
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 )
226227 xcpretty (~> 0.2 , >= 0.0.7 )
227228
228229PLATFORMS
229- arm64-darwin-24
230+ arm64-darwin-25
230231 ruby
231232
232233DEPENDENCIES
@@ -236,6 +237,7 @@ DEPENDENCIES
236237 fastlane-plugin-sentry
237238 fastlane-plugin-telegram
238239 fastlane-plugin-xcconfig
240+ openssl
239241 ostruct
240242
241243BUNDLED WITH
You can’t perform that action at this time.
0 commit comments