mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/rubygem-puppet-strings: Fix stage-qa
====> Running Q/A tests (stage-qa) Error: RubyGem dependency yard < 0.9.37 is not satisfied. *** Error code 1 Stop. make: stopped in /usr/ports/textproc/rubygem-puppet-strings =>> Error: stage-qa failures detected Approved by: portmgr (blanket) With hat: ruby Reference: https://lists.freebsd.org/archives/dev-commits-ports-all/2024-October/133440.html
This commit is contained in:
parent
1d7f327ef7
commit
a1eaff9da4
1 changed files with 10 additions and 0 deletions
10
textproc/rubygem-puppet-strings/files/patch-gemspec
Normal file
10
textproc/rubygem-puppet-strings/files/patch-gemspec
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- puppet-strings.gemspec.orig 2024-10-19 15:55:24 UTC
|
||||
+++ puppet-strings.gemspec
|
||||
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 4
|
||||
|
||||
s.add_runtime_dependency(%q<rgen>.freeze, ["~> 0.9".freeze])
|
||||
- s.add_runtime_dependency(%q<yard>.freeze, ["~> 0.9".freeze, "< 0.9.37".freeze])
|
||||
+ s.add_runtime_dependency(%q<yard>.freeze, ["~> 0.9".freeze])
|
||||
end
|
||||
|
Loading…
Add table
Reference in a new issue