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

Lazily load set #374

Merged
merged 1 commit into from Apr 23, 2021
Merged

Lazily load set #374

merged 1 commit into from Apr 23, 2021

Commits on Feb 3, 2021

  1. Lazily load set

    This file seems required by `rake` by default. By lazily loading `set`,
    usages of `rake` that don't use this part of `rake`, don't unnecessarily
    activate the `set` gem.
    
    This seems really minor, I know. But when testing rubygems & bundler,
    it's interesting for us to be in full control of the gems that are
    loaded, to make sure that we don't unintentionally activate gems causing
    our users to be unable to select the version of those gems that they
    need.
    deivid-rodriguez committed Feb 3, 2021
    Copy the full SHA
    cf8b376 View commit details
    Browse the repository at this point in the history