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

Fix error when Bundler installation is corrupted #7642

Merged
merged 1 commit into from
May 13, 2024

Commits on May 9, 2024

  1. Fix error when Bundler installation is corrupted

    If one upgrades the default copy of Bundler through `gem update
    --system`, and then reinstalls Ruby without removing the previous copy.
    Then the new installation will have a correct default bundler gemspec,
    but a higher copy installed in site_dir.
    
    This causes a crash when running Bundler and prints the bug report
    template.
    
    This could probably be fixed in Ruby install script, by removing any
    previous Bundler default copies, but if the problem is already there, I
    think it's best to print a proper user error.
    deivid-rodriguez committed May 9, 2024
    Configuration menu
    Copy the full SHA
    ada6de7 View commit details
    Browse the repository at this point in the history