Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

(maint) Pin yard gem due to introduction of bug in puppet-strings #1062

Merged
merged 1 commit into from
Jun 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
(maint) Pin yard gem due to introduction of bug in puppet-strings
This commit pins the yard gem to avoid unwanted behavior in puppet-strings rake task to generate plan function docs. For example with 0.9.20 `out::message` becomes `:'out::message'`.
  • Loading branch information
donoghuc committed Jun 28, 2019
commit 97af5a1c4c1ccb5235727e1630bc74f4c16c3528
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@ gem "puma", '>= 3.12.0'
gem "rack", '>= 2.0.5'
gem "rails-auth", '>= 2.1.4'
gem "sinatra", '>= 2.0.4'
gem "yard", "0.9.19"

group(:test) do
gem "beaker-hostgenerator"