Skip to content

Commit

Permalink
Merge pull request #401 from puppetlabs/bug-pin_yard
Browse files Browse the repository at this point in the history
(bug) - Pin yard to < 0.9.37
  • Loading branch information
LukasAud authored Sep 5, 2024
2 parents dadc21f + 88169c7 commit 102e70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-strings.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG.md', 'README.md', 'LICENSE', 'lib/**/*', 'exe/**/*']

s.add_runtime_dependency 'rgen', '~> 0.9'
s.add_runtime_dependency 'yard', '~> 0.9'
s.add_runtime_dependency 'yard', '~> 0.9', '< 0.9.37'
s.requirements << 'puppet, >= 7.0.0'
end

0 comments on commit 102e70c

Please sign in to comment.