Skip to content

Commit 88169c7

Browse files
committed
(bug) - Pin yard to < 0.9.37
Yard 0.9.37 was released, which broke our pipeline and also broke some module CI. This commit adds a temporary pin to the gem to < 0.9.37, until we can resolve these issues.
1 parent dadc21f commit 88169c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: puppet-strings.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Gem::Specification.new do |s|
2323
s.files = Dir['CHANGELOG.md', 'README.md', 'LICENSE', 'lib/**/*', 'exe/**/*']
2424

2525
s.add_runtime_dependency 'rgen', '~> 0.9'
26-
s.add_runtime_dependency 'yard', '~> 0.9'
26+
s.add_runtime_dependency 'yard', '~> 0.9', '< 0.9.37'
2727
s.requirements << 'puppet, >= 7.0.0'
2828
end

0 commit comments

Comments
 (0)