From 5910770956560fb0d1717e5dc7c4a539d872cd8f Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:51:19 +0000 Subject: [PATCH 1/2] ruby3.2-activesupport/8.0.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- ruby3.2-activesupport.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruby3.2-activesupport.yaml b/ruby3.2-activesupport.yaml index b4907544ac4..116d709a8f9 100644 --- a/ruby3.2-activesupport.yaml +++ b/ruby3.2-activesupport.yaml @@ -1,7 +1,7 @@ package: name: ruby3.2-activesupport - version: 7.2.1.2 - epoch: 1 + version: 8.0.0 + epoch: 0 description: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing. copyright: - license: MIT @@ -28,7 +28,7 @@ pipeline: with: repository: https://github.com/rails/rails tag: v${{package.version}} - expected-commit: 7750d64a65e5b2641d87ef45e6e65ace193d9a27 + expected-commit: dd8f7185faeca6ee968a6e9367f6d8601a83b8db - uses: ruby/build with: From c711c5c030892d36e70faca3392b27490cc68889 Mon Sep 17 00:00:00 2001 From: Mark McCormick Date: Sun, 10 Nov 2024 21:24:20 +0000 Subject: [PATCH 2/2] Update runtime deps in tests, also expand tests Signed-off-by: Mark McCormick --- ruby3.2-activesupport.yaml | 56 +++++++++++++++++++++++++++++++++++++- ruby3.3-activesupport.yaml | 56 +++++++++++++++++++++++++++++++++++++- 2 files changed, 110 insertions(+), 2 deletions(-) diff --git a/ruby3.2-activesupport.yaml b/ruby3.2-activesupport.yaml index 116d709a8f9..4562468820c 100644 --- a/ruby3.2-activesupport.yaml +++ b/ruby3.2-activesupport.yaml @@ -53,8 +53,62 @@ update: strip-prefix: v test: + environment: + contents: + packages: + - ruby${{vars.rubyMM}}-uri + - ruby${{vars.rubyMM}}-benchmark pipeline: - - runs: ruby -e "require 'active_support'" + - name: Basic require test + runs: | + ruby -e "require 'active_support'" + - name: Test core extensions + runs: | + ruby <