Skip to content

Commit 42eaffe

Browse files
authored
Update Bundler dependencies and specify Ruby version (#133)
1 parent 829a2e1 commit 42eaffe

File tree

4 files changed

+50
-25
lines changed

4 files changed

+50
-25
lines changed

.github/workflows/ci.yml

+16
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
platform: ['iOS_17', 'iPadOS_17']
1616
fail-fast: false
1717
steps:
18+
- name: Setup Ruby
19+
uses: ruby/setup-ruby@v1
20+
with:
21+
ruby-version: '3.3.4'
1822
- name: Checkout Repo
1923
uses: actions/checkout@v4
2024
- name: Select Xcode Version
@@ -35,6 +39,10 @@ jobs:
3539
name: Lint Pod
3640
runs-on: macOS-14
3741
steps:
42+
- name: Setup Ruby
43+
uses: ruby/setup-ruby@v1
44+
with:
45+
ruby-version: '3.3.4'
3846
- name: Checkout Repo
3947
uses: actions/checkout@v4
4048
- name: Bundle Install
@@ -51,6 +59,10 @@ jobs:
5159
platform: ['iOS_17']
5260
fail-fast: false
5361
steps:
62+
- name: Setup Ruby
63+
uses: ruby/setup-ruby@v1
64+
with:
65+
ruby-version: '3.3.4'
5466
- name: Checkout Repo
5567
uses: actions/checkout@v4
5668
- name: Select Xcode Version
@@ -61,6 +73,10 @@ jobs:
6173
name: Bazel
6274
runs-on: macOS-14
6375
steps:
76+
- name: Setup Ruby
77+
uses: ruby/setup-ruby@v1
78+
with:
79+
ruby-version: '3.3.4'
6480
- name: Checkout Repo
6581
uses: actions/checkout@v4
6682
- name: Select Xcode Version

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.4

Example/Podfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ SPEC CHECKSUMS:
2222

2323
PODFILE CHECKSUM: f0cdc6633e8d65e479af433fa427d7c0ce7c72b1
2424

25-
COCOAPODS: 1.14.3
25+
COCOAPODS: 1.15.2

Gemfile.lock

+32-24
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
1+
GEM
2+
specs:
3+
14
GEM
25
remote: https://rubygems.org/
36
specs:
4-
CFPropertyList (3.0.6)
7+
CFPropertyList (3.0.7)
8+
base64
9+
nkf
510
rexml
6-
activesupport (7.1.3)
11+
activesupport (7.2.1)
712
base64
813
bigdecimal
9-
concurrent-ruby (~> 1.0, >= 1.0.2)
14+
concurrent-ruby (~> 1.0, >= 1.3.1)
1015
connection_pool (>= 2.2.5)
1116
drb
1217
i18n (>= 1.6, < 2)
18+
logger (>= 1.4.2)
1319
minitest (>= 5.1)
14-
mutex_m
15-
tzinfo (~> 2.0)
16-
addressable (2.8.6)
17-
public_suffix (>= 2.0.2, < 6.0)
20+
securerandom (>= 0.3)
21+
tzinfo (~> 2.0, >= 2.0.5)
22+
addressable (2.8.7)
23+
public_suffix (>= 2.0.2, < 7.0)
1824
algoliasearch (1.27.5)
1925
httpclient (~> 2.8, >= 2.8.3)
2026
json (>= 1.5.1)
2127
atomos (0.1.3)
2228
base64 (0.2.0)
23-
bigdecimal (3.1.6)
29+
bigdecimal (3.1.8)
2430
claide (1.1.0)
25-
cocoapods (1.14.3)
31+
cocoapods (1.15.2)
2632
addressable (~> 2.8)
2733
claide (>= 1.0.2, < 2.0)
28-
cocoapods-core (= 1.14.3)
34+
cocoapods-core (= 1.15.2)
2935
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3036
cocoapods-downloader (>= 2.1, < 3.0)
3137
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -40,7 +46,7 @@ GEM
4046
nap (~> 1.0)
4147
ruby-macho (>= 2.3.0, < 3.0)
4248
xcodeproj (>= 1.23.0, < 2.0)
43-
cocoapods-core (1.14.3)
49+
cocoapods-core (1.15.2)
4450
activesupport (>= 5.0, < 8)
4551
addressable (~> 2.8)
4652
algoliasearch (~> 1.0)
@@ -60,42 +66,44 @@ GEM
6066
netrc (~> 0.11)
6167
cocoapods-try (1.2.0)
6268
colored2 (3.1.2)
63-
concurrent-ruby (1.2.3)
69+
concurrent-ruby (1.3.4)
6470
connection_pool (2.4.1)
65-
drb (2.2.0)
66-
ruby2_keywords
71+
drb (2.2.1)
6772
escape (0.0.4)
6873
ethon (0.16.0)
6974
ffi (>= 1.15.0)
70-
ffi (1.16.3)
75+
ffi (1.17.0)
7176
fourflusher (2.3.1)
7277
fuzzy_match (2.0.4)
7378
gh_inspector (1.1.3)
7479
httpclient (2.8.3)
75-
i18n (1.14.1)
80+
i18n (1.14.5)
7681
concurrent-ruby (~> 1.0)
77-
json (2.7.1)
78-
minitest (5.21.2)
82+
json (2.7.2)
83+
logger (1.6.0)
84+
minitest (5.25.1)
7985
molinillo (0.8.0)
80-
mutex_m (0.2.0)
8186
nanaimo (0.3.0)
8287
nap (1.1.0)
8388
netrc (0.11.0)
89+
nkf (0.2.0)
8490
public_suffix (4.0.7)
85-
rexml (3.2.6)
91+
rexml (3.3.6)
92+
strscan
8693
ruby-macho (2.5.1)
87-
ruby2_keywords (0.0.5)
94+
securerandom (0.3.1)
95+
strscan (3.1.0)
8896
typhoeus (1.4.1)
8997
ethon (>= 0.9.0)
9098
tzinfo (2.0.6)
9199
concurrent-ruby (~> 1.0)
92-
xcodeproj (1.23.0)
100+
xcodeproj (1.25.0)
93101
CFPropertyList (>= 2.3.3, < 4.0)
94102
atomos (~> 0.1.3)
95103
claide (>= 1.0.2, < 2.0)
96104
colored2 (~> 3.1)
97105
nanaimo (~> 0.3.0)
98-
rexml (~> 3.2.4)
106+
rexml (>= 3.3.2, < 4.0)
99107

100108
PLATFORMS
101109
ruby
@@ -104,4 +112,4 @@ DEPENDENCIES
104112
cocoapods (~> 1.14)!
105113

106114
BUNDLED WITH
107-
2.1.4
115+
2.5.11

0 commit comments

Comments
 (0)