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
Hi @haileys ,
I have a rails app that use better_errors.
better_errors
After an update of this library, I come with a LoadError: cannot load such file -- sassc.
LoadError: cannot load such file -- sassc
Digging into the source code, I have spotted that sassc is a development depency
sassc
better_errors/better_errors.gemspec
Line 28 in 55ce4f6
However, it is load in
better_errors/lib/better_errors/error_page_style.rb
Line 1 in 55ce4f6
Should not it be a runtime dependency ?
Regards,
The text was updated successfully, but these errors were encountered:
See #516
You can revert to version 2.9.1 until this is fixed and re-released.
2.9.1
gem "better_errors", "2.9.1"
Sorry, something went wrong.
No branches or pull requests
Hi @haileys ,
I have a rails app that use
better_errors
.After an update of this library, I come with a
LoadError: cannot load such file -- sassc
.Digging into the source code, I have spotted that
sassc
is a development depencybetter_errors/better_errors.gemspec
Line 28 in 55ce4f6
However, it is load in
better_errors/lib/better_errors/error_page_style.rb
Line 1 in 55ce4f6
Should not it be a runtime dependency ?
Regards,
The text was updated successfully, but these errors were encountered: