Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

(PA-7089) Apply upstream rdoc fix for start_with? #917

Merged

Conversation

joshcooper
Copy link
Contributor

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@e21dfccb4a

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@e21dfccb4a
@joshcooper joshcooper requested review from a team as code owners September 27, 2024 18:01
@mhashizume mhashizume added the bug Something isn't working label Sep 27, 2024
@mhashizume mhashizume merged commit dd4b02c into puppetlabs-toy-chest:master Sep 27, 2024
3 checks passed
@joshcooper joshcooper deleted the start_with_question branch September 27, 2024 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants