Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When installing Consul Democracy 2.2.0, we were getting an error: ``` `require': cannot load such file -- sassc-embedded (LoadError) from <internal:rubygems/core_ext/kernel_require.rb>:86:in `require' from config/application.rb:1:in ``` No idea why this gem isn't detected when running `bin/delayed_job`. When deploying with Capistrano, we use `bundle exec bin/delayed_job`, and that works fine, so we're using it here as well.
- Loading branch information