Merge pull request #8384 from BlueWallet/renovate/ruby-3.x

Update dependency ruby to v3.4.8
This commit is contained in:
GLaDOS 2026-03-05 14:53:55 +00:00 committed by GitHub
commit 7e06e24062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 10 additions and 10 deletions

View File

@ -207,7 +207,7 @@ jobs:
- name: Set Up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.6
ruby-version: 3.4.8
- name: System Debug Information
run: |
@ -478,7 +478,7 @@ jobs:
- name: Set Up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.6
ruby-version: 3.4.8
- name: Install Dependencies with Bundler
run: |

View File

@ -71,7 +71,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || steps.labels.outputs.has_mac_dmg == 'true'
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.6
ruby-version: 3.4.8
bundler-cache: true
- name: Install Node modules

View File

@ -39,7 +39,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.6
ruby-version: 3.4.8
bundler-cache: true
- name: Cache Ruby Gems
@ -105,7 +105,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.6
ruby-version: 3.4.8
bundler-cache: true
- name: Install dependencies with Bundler

View File

@ -29,7 +29,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1.6"
ruby-version: "3.4.8"
- name: Cache Ruby gems
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5

View File

@ -1 +1 @@
3.1.6
3.4.8

View File

@ -1,7 +1,7 @@
source "https://rubygems.org"
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby "3.1.6"
ruby "3.4.8"
gem "fastlane", "~> 2.232.0"
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'

View File

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.9)
CFPropertyList (3.0.8)
abbrev (0.1.2)
activesupport (7.2.3)
base64
@ -344,7 +344,7 @@ DEPENDENCIES
xcodeproj (< 1.26.0)
RUBY VERSION
ruby 3.1.6p260
ruby 3.4.8p72
BUNDLED WITH
2.3.27