This was fixed in 0.5.9 but came back in 0.5.10-0.5.11
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.
This was fixed in 0.5.9 but came back in 0.5.10-0.5.11
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.