Commit 890baa7
committed
(PA-7089) Apply upstream rdoc fix for start_with?
Installing r10k was failing on ruby 2.7 due to our faulty rdoc patch
/opt/puppetlabs/puppet/bin/gem install r10k
ERROR: While executing gem ... (NoMethodError)
undefined method `start_with' for "RDoc::Markup::Document":String
Apply the upstream fix from ruby/rdoc@e21dfccb4a1 parent f65cb9c commit 890baa7
File tree
1 file changed
+1
-1
lines changed- resources/patches/ruby_27
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments