diff --git a/ruby-3.2.yaml b/ruby-3.2.yaml index f01443f1881..44207b34ab4 100644 --- a/ruby-3.2.yaml +++ b/ruby-3.2.yaml @@ -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 @@ -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