File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ ruby ">= 3.3.4"
66gem "cocoapods" , "= 1.15.2"
77gem 'activesupport' , '>= 6.1.7.5' , '!= 7.1.0'
88gem 'xcodeproj' , '< 1.26.0'
9- gem "fastlane" , "~> 2" , ">= 2.227.1 "
9+ gem "fastlane" , "~> 2" , ">= 2.228.0 "
1010gem "xcpretty" , "~> 0"
11+ gem "openssl" , ">= 3.3.1"
1112
1213
1314plugins_path = File . join ( File . dirname ( __FILE__ ) , 'fastlane' , 'Pluginfile' )
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments