Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions ruby-3.2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: ruby-3.2
version: "3.2.8"
epoch: 3
version: "3.2.9"
epoch: 0
description: "the Ruby programming language"
copyright:
- license: Ruby
Expand Down Expand Up @@ -49,16 +49,14 @@ var-transforms:
- from: ${{package.version}}
match: \.
replace: _
to: underscore-package-version
to: mangled-package-version

pipeline:
- uses: git-checkout
with:
repository: https://github.com/ruby/ruby
tag: v${{vars.underscore-package-version}}
expected-commit: 13f495dc2c98d0762d9af37e7143d2e2a07d9926
cherry-picks: |
ruby_3_2/9f00b8872d3e294312c99150f1c34b6b3fa74985: Bump up resolv-0.2.3 for Ruby 3.2 (CVE-2025-24294)
tag: v${{vars.mangled-package-version}}
expected-commit: 8f611e0c46012e321b39efd629eb5f4f53976863

- runs: |
# Don't bundle the gems we have separate packages for
Expand Down
Loading