File tree 3 files changed +16
-1
lines changed
3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
- name : Checkout Repo
19
19
uses : actions/checkout@v3
20
+ - uses : ruby/setup-ruby@v1
21
+ with :
22
+ ruby-version : ' 3.2.2'
20
23
- name : Bundle Install
21
24
run : bundle install --gemfile=Example/Gemfile
22
25
- name : Prepare Simulator Runtimes
41
44
steps :
42
45
- name : Checkout Repo
43
46
uses : actions/checkout@v3
47
+ - uses : ruby/setup-ruby@v1
48
+ with :
49
+ ruby-version : ' 3.2.2'
44
50
- name : Bundle Install
45
51
run : bundle install --gemfile=Example/Gemfile
46
52
- name : Select Xcode Version (12.5.1)
64
70
steps :
65
71
- name : Checkout Repo
66
72
uses : actions/checkout@v3
73
+ - uses : ruby/setup-ruby@v1
74
+ with :
75
+ ruby-version : ' 3.2.2'
67
76
- name : Bundle Install
68
77
run : bundle install --gemfile=Example/Gemfile
69
78
- name : Pod Install
Original file line number Diff line number Diff line change
1
+ ruby '3.2.2'
2
+ source 'https://rubygems.org'
3
+
1
4
def cocoapods_gem ( name , gem_name = name . downcase , **opts )
2
5
gem gem_name , git : "https://github.com/CocoaPods/#{ name } " , **opts
3
6
end
Original file line number Diff line number Diff line change @@ -121,5 +121,8 @@ DEPENDENCIES
121
121
nanaimo !
122
122
xcodeproj !
123
123
124
+ RUBY VERSION
125
+ ruby 3.2.2p53
126
+
124
127
BUNDLED WITH
125
- 1.17.3
128
+ 2.4.22
You can’t perform that action at this time.
0 commit comments