-
Notifications
You must be signed in to change notification settings - Fork 434
Open
Description
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
better_errors/better_errors.gemspec
Line 28 in 55ce4f6
| s.add_development_dependency "sassc" |
However, it is load in
| require "sassc" |
Should not it be a runtime dependency ?
Regards,
unavailabl3
Metadata
Metadata
Assignees
Labels
No labels