Skip to content

Commit

Permalink
ruby3.X-activesupport: move uri to runtime dep (#34740)
Browse files Browse the repository at this point in the history
These deps were incorrectly added to the test instead of runtime when
the test failures were noticed.

Co-authored-by: Justin Vreeland <[email protected]>
  • Loading branch information
justinvreeland and Justin Vreeland authored Nov 20, 2024
1 parent 7a07309 commit 657676e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
9 changes: 3 additions & 6 deletions ruby3.2-activesupport.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
package:
name: ruby3.2-activesupport
version: 8.0.0
epoch: 0
epoch: 1
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
dependencies:
runtime:
- ruby${{vars.rubyMM}}-benchmark
- ruby${{vars.rubyMM}}-concurrent-ruby
- ruby${{vars.rubyMM}}-connection_pool
- ruby${{vars.rubyMM}}-i18n
- ruby${{vars.rubyMM}}-securerandom
- ruby${{vars.rubyMM}}-tzinfo
- ruby${{vars.rubyMM}}-uri

environment:
contents:
Expand Down Expand Up @@ -53,11 +55,6 @@ update:
strip-prefix: v

test:
environment:
contents:
packages:
- ruby${{vars.rubyMM}}-uri
- ruby${{vars.rubyMM}}-benchmark
pipeline:
- name: Basic require test
runs: |
Expand Down
9 changes: 3 additions & 6 deletions ruby3.3-activesupport.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
package:
name: ruby3.3-activesupport
version: 8.0.0
epoch: 0
epoch: 1
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
dependencies:
runtime:
- ruby${{vars.rubyMM}}-benchmark
- ruby${{vars.rubyMM}}-concurrent-ruby
- ruby${{vars.rubyMM}}-connection_pool
- ruby${{vars.rubyMM}}-i18n
- ruby${{vars.rubyMM}}-securerandom
- ruby${{vars.rubyMM}}-tzinfo
- ruby${{vars.rubyMM}}-uri

environment:
contents:
Expand Down Expand Up @@ -53,11 +55,6 @@ update:
strip-prefix: v

test:
environment:
contents:
packages:
- ruby${{vars.rubyMM}}-uri
- ruby${{vars.rubyMM}}-benchmark
pipeline:
- name: Basic require test
runs: |
Expand Down

0 comments on commit 657676e

Please sign in to comment.