Skip to content

Commit 102e70c

Browse files
authored
Merge pull request #401 from puppetlabs/bug-pin_yard
(bug) - Pin yard to < 0.9.37
2 parents dadc21f + 88169c7 commit 102e70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)