Skip to content

Commit af1c914

Browse files
committed
Pin rdoc to < 6.4
1 parent 63e69b2 commit af1c914

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ gem 'puppet-blacksmith', '>= 6.0.0', {"groups"=>["development"]}
2020
gem 'voxpupuli-acceptance', '~> 1.0', {"groups"=>["system_tests"]}
2121
gem 'puppetlabs_spec_helper', {"groups"=>["system_tests"]}
2222

23+
# Pin rdoc to prevent updating bundled psych (https://github.com/ruby/rdoc/commit/ebe185c8775b2afe844eb3da6fa78adaa79e29a4)
24+
gem 'rdoc', '< 6.4'
25+
2326
# vim:ft=ruby

0 commit comments

Comments
 (0)