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

Rails won't boot after better error update #523

Open
waghanza opened this issue May 26, 2023 · 1 comment
Open

Rails won't boot after better error update #523

waghanza opened this issue May 26, 2023 · 1 comment

Comments

@waghanza
Copy link

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 depency

s.add_development_dependency "sassc"

However, it is load in

Should not it be a runtime dependency ?

Regards,

@phylor
Copy link

phylor commented May 29, 2023

See #516

You can revert to version 2.9.1 until this is fixed and re-released.

gem "better_errors", "2.9.1"

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