Skip to content

Commit

Permalink
(bug) - Pin yard to < 0.9.37
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jordanbreen28 committed Sep 5, 2024
1 parent dadc21f commit 88169c7
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 88169c7

Please sign in to comment.