Ruby => 4.0.0 (#13989)

* Adjust package for Ruby 4.0.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix ruby gem filelist generation.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add ruby builds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* ruby4: Package File Update Run on linux/386 container.

* ruby4: Package File Update Run on linux/amd64 container.

* Ruby 4 Adjustments.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-12-27 10:09:43 -05:00
committed by GitHub
parent ac99ae7bf8
commit 334df68e67
440 changed files with 68262 additions and 72351 deletions

View File

@@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.7'
ruby-version: '4.0.0'
- name: Install bin/crew gem dependencies
run: ruby bin/crew version
- name: Get dependencies of core and buildessential packages

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.7'
ruby-version: '4.0.0'
- name: Install highline
run: sudo apt install -y ruby-highline
- name: Install activesupport

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v5
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.7'
ruby-version: '4.0.0'
- name: Rubocop
uses: reviewdog/action-rubocop@v2
with:

View File

@@ -29,7 +29,7 @@ jobs:
persist-credentials: true
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.4.7'
ruby-version: '4.0.0'
- name: Install Python pip
run: sudo apt install -y python3-pip
- name: Setup Git.