-
Notifications
You must be signed in to change notification settings - Fork 341
4.3.0: Spring-enabled binstub crashes if ENV contains non-ASCII value #735
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
Comments
I am seeing this as well. My traceback:
My setup: My current solve was to run: |
Uh oh!
There was an error while loading. Please reload this page.
This bug was introduced in spring 4.3.0.
If the shell environment contains a non-ASCII value, e.g.
Then running a spring-enabled binstub like
bin/rspec
crashes with anEncoding::CompatibilityError
error:Downgrading to spring 4.2.1 fixes the problem.
My setup:
27d728e3464c
)The text was updated successfully, but these errors were encountered: