Skip to content

Commit 38661bd

Browse files
committed
Bump ruby version
1 parent 392da13 commit 38661bd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/actions/composite/buildAndroidE2EAPK/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
distribution: "oracle"
5757
java-version: "17"
5858

59-
- uses: ruby/setup-ruby@v1.187.0
59+
- uses: ruby/setup-ruby@v1.190.0
6060
with:
6161
ruby-version: "2.7"
6262
bundler-cache: true

.github/workflows/platformDeploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
java-version: '17'
6161

6262
- name: Setup Ruby
63-
uses: ruby/setup-ruby@v1.187.0
63+
uses: ruby/setup-ruby@v1.190.0
6464
with:
65-
ruby-version: '2.7'
65+
ruby-version: '3.3'
6666
bundler-cache: true
6767

6868
- name: Decrypt keystore
@@ -186,7 +186,7 @@ jobs:
186186
uses: ./.github/actions/composite/setupNode
187187

188188
- name: Setup Ruby
189-
uses: ruby/setup-ruby@v1.187.0
189+
uses: ruby/setup-ruby@v1.190.0
190190
with:
191191
ruby-version: '2.7'
192192
bundler-cache: true

.github/workflows/testBuild.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
java-version: '17'
8888

8989
- name: Setup Ruby
90-
uses: ruby/setup-ruby@v1.187.0
90+
uses: ruby/setup-ruby@v1.190.0
9191
with:
9292
ruby-version: '2.7'
9393
bundler-cache: true
@@ -161,7 +161,7 @@ jobs:
161161
run: sudo xcode-select -switch /Applications/Xcode_15.2.0.app
162162

163163
- name: Setup Ruby
164-
uses: ruby/setup-ruby@v1.187.0
164+
uses: ruby/setup-ruby@v1.190.0
165165
with:
166166
ruby-version: '2.7'
167167
bundler-cache: true

Gemfile

+1-1
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.3.4"
55

66
gem "cocoapods", "= 1.15.2"
77
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'

0 commit comments

Comments
 (0)