Merge pull request #8384 from BlueWallet/renovate/ruby-3.x
Update dependency ruby to v3.4.8
This commit is contained in:
commit
7e06e24062
@ -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: |
|
||||
|
||||
2
.github/workflows/build-mac-catalyst.yml
vendored
2
.github/workflows/build-mac-catalyst.yml
vendored
@ -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
|
||||
|
||||
4
.github/workflows/build-release-apk.yml
vendored
4
.github/workflows/build-release-apk.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -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
|
||||
|
||||
@ -1 +1 @@
|
||||
3.1.6
|
||||
3.4.8
|
||||
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user