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,
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
sasscis 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,