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

I feel like everybody is doing gem "bootsnap", require: false so why not make bootsnap.rb do nothing? #481

Closed
dorianmariecom opened this issue Apr 4, 2024 · 2 comments

Comments

@dorianmariecom
Copy link
Contributor

Steps to reproduce

Gemfile with:

gem "bootsnap", require: false

Expected behavior

Gemfile with:

gem "bootsnap"

Actual behavior

Need to require: false

System configuration

Bootsnap version: 1.18.3

Ruby version: 3.3.0

Rails version: Rails 7.1.3.2

@casperisfine
Copy link
Contributor

Need to require: false

How so? It's fine if you require it.

@dorianmariecom
Copy link
Contributor Author

Oh didn't know, thought require: false was needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants