File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 with :
4646 IS_HYBRID_BUILD : ${{ matrix.is_hybrid_build && 'true' || 'false' }}
4747
48+ - name : Setup Ruby
49+ # v1.229.0
50+ uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252
51+ with :
52+ bundler-cache : true
53+
4854 - name : Checkout specific Mobile-Expensify PR
4955 if : ${{ matrix.is_hybrid_build && github.event.inputs.mobile_expensify_pr }}
5056 run : |
Original file line number Diff line number Diff line change 1- 3.3.4
1+ 3.4.1
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
4- ruby ">= 3.3.4 "
4+ ruby ">= 3.4.1 "
55
66gem "cocoapods" , "= 1.16.2"
77gem 'activesupport' , '>= 7.2.3.1'
@@ -19,3 +19,4 @@ gem 'bigdecimal'
1919gem 'logger'
2020gem 'benchmark'
2121gem 'mutex_m'
22+ gem 'nkf'
Original file line number Diff line number Diff line change 260260 nap (1.1.0 )
261261 naturally (2.3.0 )
262262 netrc (0.11.0 )
263+ nkf (0.2.0 )
263264 openssl (3.3.1 )
264265 optparse (0.8.1 )
265266 os (1.1.4 )
@@ -331,12 +332,13 @@ DEPENDENCIES
331332 fastlane-plugin-firebase_app_distribution
332333 logger
333334 mutex_m
335+ nkf
334336 openssl (>= 3.3.1 )
335337 xcodeproj (~> 1.27 )
336338 xcpretty (~> 0 )
337339
338340RUBY VERSION
339- ruby 3.3.4p94
341+ ruby 3.4.1p0
340342
341343BUNDLED WITH
342344 2.6.9
You can’t perform that action at this time.
0 commit comments