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

Add missing fileutils require in rubygems installer #4036

Merged
merged 1 commit into from Oct 30, 2020

Commits on Oct 29, 2020

  1. Add missing fileutils require in rubygems installer

    Bundler inherits from rubygems installer and uses this method directly.
    It can happen that `fileutils` is not yet required at that point.
    
    To repro the issue I needed to make sure that the executables inside
    dummy specs have the executable bit set. Otherwise a different code path
    that _does_ require `fileutils` is run. This seems like a good thing
    anyways since it better resembles the real world.
    deivid-rodriguez committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    27cacd0 View commit details
    Browse the repository at this point in the history