We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 got this error message every time I run a bundle rspec command (or whatever command)
bundle rspec
This comes from this commit f5c97a8#r148222395 which is considered as a bad practice.
IMHO f5c97a8#r148222395 should be reverted.
Thank you!
The text was updated successfully, but these errors were encountered:
I don't understand. Why should it be bad practice?
Sorry, something went wrong.
Because depending on the platform git is not always available.
It's commonly admitted to use git to list gem files, but more and more Rubyist tend to change this to use pure Ruby to avoid relying on git presence. For example : https://github.com/fxn/zeitwerk/blob/main/zeitwerk.gemspec#L19
No branches or pull requests
I got this error message every time I run a
bundle rspec
command (or whatever command)This comes from this commit f5c97a8#r148222395 which is considered as a bad practice.
IMHO f5c97a8#r148222395 should be reverted.
Thank you!
The text was updated successfully, but these errors were encountered: