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

Leverage ruby feature to warn when requiring default gems not included in the bundle that will be turned into bundled gems in the future #6831

Merged
merged 16 commits into from Jul 25, 2023

Commits on Jul 21, 2023

  1. Copy the full SHA
    bf59dcd View commit details
    Browse the repository at this point in the history
  2. Don't use redefine_method

    hsbt committed Jul 21, 2023
    Copy the full SHA
    f733f90 View commit details
    Browse the repository at this point in the history
  3. Keep Kernel#require private

    hsbt committed Jul 21, 2023
    Copy the full SHA
    cd59e73 View commit details
    Browse the repository at this point in the history
  4. Avoid infinite call of require

    hsbt committed Jul 21, 2023
    Copy the full SHA
    9c345bf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    961d9ac View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    78807ad View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d2f2597 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    438eac5 View commit details
    Browse the repository at this point in the history
  9. Simplefied condition

    hsbt committed Jul 21, 2023
    Copy the full SHA
    5238fcf View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d61c136 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d0c1d97 View commit details
    Browse the repository at this point in the history
  12. Don't reuse require argument

    hsbt committed Jul 21, 2023
    Copy the full SHA
    1712cd6 View commit details
    Browse the repository at this point in the history
  13. Use Kernel.singleton_class

    hsbt committed Jul 21, 2023
    Copy the full SHA
    f2e8e05 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    9583a7e View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    e30e86a View commit details
    Browse the repository at this point in the history
  16. bin/rubocop -A

    hsbt committed Jul 21, 2023
    Copy the full SHA
    e8a4184 View commit details
    Browse the repository at this point in the history