We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e69b2 commit af1c914Copy full SHA for af1c914
Gemfile
@@ -20,4 +20,7 @@ gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}
20
gem 'voxpupuli-acceptance', '~> 1.0', {"groups"=>["system_tests"]}
21
gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]}
22
23
+# Pin rdoc to prevent updating bundled psych (https://github.com/ruby/rdoc/commit/ebe185c8775b2afe844eb3da6fa78adaa79e29a4)
24
+gem 'rdoc', '< 6.4'
25
+
26
# vim:ft=ruby
0 commit comments