Compare commits

..

4 commits

Author SHA1 Message Date
Hiroshi SHIBATA
9207ff8331
ruby-build 20260701 2026-07-01 14:32:58 +09:00
GitHub Actions Bot
db626efe00 Added 3.4.10 with OpenSSL 3.0.21 2026-06-30 11:28:07 +00:00
Hiroshi SHIBATA
30be9e3123
Merge pull request #2629 from rbenv/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-06-24 10:35:53 +09:00
dependabot[bot]
8227e60d7b
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 08:52:21 +00:00
6 changed files with 9 additions and 7 deletions

View file

@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Install bats - name: Install bats

View file

@ -18,7 +18,7 @@ jobs:
steps: steps:
- name: Repository checkout - name: Repository checkout
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0

View file

@ -20,7 +20,7 @@ jobs:
name: Update Ruby definitions name: Update Ruby definitions
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: Store Ruby version - name: Store Ruby version
run: echo "RUBY_VERSION=${{ github.event.client_payload.ruby_version || github.event.inputs.ruby_version }}" >> $GITHUB_ENV run: echo "RUBY_VERSION=${{ github.event.client_payload.ruby_version || github.event.inputs.ruby_version }}" >> $GITHUB_ENV

View file

@ -18,7 +18,7 @@
# -6, --ipv6 Resolve names to IPv6 addresses only # -6, --ipv6 Resolve names to IPv6 addresses only
# #
RUBY_BUILD_VERSION="20260616" RUBY_BUILD_VERSION="20260701"
OLDIFS="$IFS" OLDIFS="$IFS"

View file

@ -2,12 +2,12 @@
.\" Title: ruby-build .\" Title: ruby-build
.\" Author: Mislav Marohnić .\" Author: Mislav Marohnić
.\" Generator: Asciidoctor 2.0.26 .\" Generator: Asciidoctor 2.0.26
.\" Date: 2026-05-01 .\" Date: 2026-05-07
.\" Manual: ruby-build Manual .\" Manual: ruby-build Manual
.\" Source: ruby-build 20260616 .\" Source: ruby-build 20260701
.\" Language: English .\" Language: English
.\" .\"
.TH "RUBY\-BUILD" "1" "2026-05-01" "ruby\-build 20260616" "ruby\-build Manual" .TH "RUBY\-BUILD" "1" "2026-05-07" "ruby\-build 20260701" "ruby\-build Manual"
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.ss \n[.ss] 0 .ss \n[.ss] 0

2
share/ruby-build/3.4.10 Normal file
View file

@ -0,0 +1,2 @@
install_package "openssl-3.0.21" "https://github.com/openssl/openssl/releases/download/openssl-3.0.21/openssl-3.0.21.tar.gz#617e29af8e421f46649484a4937e48c685e47f46488167c982f88bc4ec1d522f" openssl --if needs_openssl:1.0.2-3.x.x
install_package "ruby-3.4.10" "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.10.tar.gz#ecee2d072a14f2d14347dd56dfd8fe5c3130abf5117bfaacbda0f4ef9cc429ec" enable_shared standard