NathanielWroblewski / prop

Prop is a Rails 4 app generator with customized defaults and an opinionated workflow.
https://rubygems.org/gems/prop_up
MIT License
5 stars 4 forks source link

Error that zeus can't be found if not already installed #18

Open fab opened 10 years ago

fab commented 10 years ago

I get the following message during prop up if I don't already have zeus installed:

Could not find gem 'zeus (>= 0.13.4.pre2) ruby' in the gems available on this machine. Run bundle install to install missing gems.

Add zeus to the list of dependencies perhaps?