diff --git a/ruby3.2-activesupport.yaml b/ruby3.2-activesupport.yaml index b4907544ac4c..4562468820cd 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: @@ -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 <