The eycap gemspec has a runtime dependency on hoe with ">= 1.5.1".
hoe 2.9.0 depends on RubyGems >= 1.4
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.
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.