File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Setup Ruby (bundle)
2222 uses : ruby/setup-ruby@v1
2323 with :
24- ruby-version : 2.7.2
24+ ruby-version : 3.4.9
2525 bundler-cache : true
2626 working-directory : apps/simple-camera
2727
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343343 - name : Setup Ruby (bundle)
344344 uses : ruby/setup-ruby@v1
345345 with :
346- ruby-version : 2.7.2
346+ ruby-version : 3.4.9
347347 bundler-cache : true
348348 working-directory : apps/simple-camera/
349349
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 ">= 2.6.10 "
4+ ruby ">= 3.4.9 "
55
66# Exclude problematic versions of cocoapods and activesupport that cause build failures.
77gem 'cocoapods' , '>= 1.16.2' , '< 1.17'
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414gem 'logger'
1515gem 'benchmark'
1616gem 'mutex_m'
17+ gem 'nkf'
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- CFPropertyList (3.0.9 )
4+ CFPropertyList (3.0.8 )
55 activesupport (7.1.6 )
66 base64
77 benchmark (>= 0.3 )
8686 nanaimo (0.4.0 )
8787 nap (1.1.0 )
8888 netrc (0.11.0 )
89+ nkf (0.2.0 )
8990 public_suffix (4.0.7 )
9091 rexml (3.4.4 )
9192 ruby-macho (2.5.1 )
@@ -113,10 +114,11 @@ DEPENDENCIES
113114 concurrent-ruby (>= 1.3.6 , < 2.0 )
114115 logger
115116 mutex_m
117+ nkf
116118 xcodeproj (>= 1.27.0 , < 2.0 )
117119
118120RUBY VERSION
119- ruby 2.7.6p219
121+ ruby 3.4.9
120122
121123BUNDLED WITH
122- 2.3.22
124+ 4.0.12
Original file line number Diff line number Diff line change @@ -2844,7 +2844,7 @@ SPEC CHECKSUMS:
28442844 VisionCameraLocation: ec2e8ef6decf0bc957656c38a2d3bea35cdacb24
28452845 VisionCameraResizer: 67b609a929ea431bae51e4818b137fb16ee8014d
28462846 VisionCameraWorklets: 0122d7714e06fbc7d88f763c472376323fafd8c4
2847- Yoga: 0a3b1e85da3524bdc3e0161818c8881ad363f97b
2847+ Yoga: 772166513f9cd2d61a6251d0dacbbfaa5b537479
28482848
28492849PODFILE CHECKSUM: 225e4ff5bb6719c47fa66724251c4ad2098c76da
28502850
You can’t perform that action at this time.
0 commit comments