engineyard / eycap

Engine Yard specific capistrano recipes
117 stars 63 forks source link

hoe runtime dependency means I can't run bundle update #13

Closed cgriego closed 13 years ago

cgriego commented 13 years ago
  1. The eycap gemspec has a runtime dependency on hoe with ">= 1.5.1".
  2. hoe 2.9.0 depends on RubyGems >= 1.4
  3. Engine Yard's AppCloud still runs RubyGems 1.3.6

When I run bundle update, I get the newest hoe which will fail to install on the next time I deploy my application. If eycap is going to use hoe, it needs to be a development dependency.

cgriego commented 13 years ago

I'm sorry, this has been fixed since 0.5.2.