Skip to content

Commit b1a5372

Browse files
authored
Merge pull request #7320 from StoDevX/renovate/ruby-3.x
Update dependency ruby to v3.4.7
2 parents 2778606 + 40cbd6b commit b1a5372

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: npm
4141
- uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: '3.1'
43+
ruby-version: '3.4.7'
4444
bundler-cache: true
4545
- name: Restore Gradle cache
4646
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
@@ -84,7 +84,7 @@ jobs:
8484
cache: npm
8585
- uses: ruby/setup-ruby@v1
8686
with:
87-
ruby-version: '3.1'
87+
ruby-version: '3.4.7'
8888
bundler-cache: true
8989
- run: sudo xcode-select -s /Applications/Xcode_15.2.app
9090
- run: git fetch --prune --unshallow

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: ruby/setup-ruby@v1
3232
with:
33-
ruby-version: '3.1'
33+
ruby-version: '3.4.7'
3434
bundler-cache: true
3535

3636
- run: sudo xcode-select -s /Applications/Xcode_15.2.app

0 commit comments

Comments
 (0)