thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.01k stars 529 forks source link

Bullet error on master #744

Closed johnpaulashenfelter closed 8 years ago

johnpaulashenfelter commented 8 years ago

Steps:

Bitters files installed to app/assets/stylesheets/base/base
Install Refills
    generate  refills:import
/Users/johnpaul/craft/suspenders-latest/config/environments/development.rb:19:in `block (2 levels) in <top (required)>': uninitialized constant Bullet (NameError)

The gem is there, its bundled. Maybe there's a problem with the environment or something with the refills step?

tute commented 8 years ago

Yes, suspenders' dependencies need work. See an open PR and linked issues: https://github.com/thoughtbot/suspenders/pull/732#issuecomment-198178443.

I'd love to get that moving along. Thank you for reporting.

tute commented 8 years ago

A workaround for now is initialize a project, run bundle on it, and then work on suspenders-itself.