Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 27, 2024

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: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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants