Skip to content

Commit b82d02f

Browse files
committed
chore: Upgrade Ruby iOS toolchain to 3.4.9
1 parent 79ac9de commit b82d02f

5 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/build-ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/harness-aws-device.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

apps/simple-camera/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source '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.
77
gem 'cocoapods', '>= 1.16.2', '< 1.17'
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

apps/simple-camera/Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
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)
@@ -86,6 +86,7 @@ GEM
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

118120
RUBY VERSION
119-
ruby 2.7.6p219
121+
ruby 3.4.9
120122

121123
BUNDLED WITH
122-
2.3.22
124+
4.0.12

apps/simple-camera/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,7 @@ SPEC CHECKSUMS:
28442844
VisionCameraLocation: ec2e8ef6decf0bc957656c38a2d3bea35cdacb24
28452845
VisionCameraResizer: 67b609a929ea431bae51e4818b137fb16ee8014d
28462846
VisionCameraWorklets: 0122d7714e06fbc7d88f763c472376323fafd8c4
2847-
Yoga: 0a3b1e85da3524bdc3e0161818c8881ad363f97b
2847+
Yoga: 772166513f9cd2d61a6251d0dacbbfaa5b537479
28482848

28492849
PODFILE CHECKSUM: 225e4ff5bb6719c47fa66724251c4ad2098c76da
28502850

0 commit comments

Comments
 (0)