Closed ethnt closed 12 years ago
When I run DEBUG_RESOLVER=true bundle update I get the following.
DEBUG_RESOLVER=true bundle update
Attempting: activesupport (= 3.0.1) ruby * [FAIL] Already activated * kumade (>= 0) * rails (>= 2) -> Jumping to: rails Activating: rails (3.0.0) * kumade (>= 0) * rails (>= 2) Dependencies * bundler (~> 1.0.0) * railties (= 3.0.0) * actionmailer (= 3.0.0) * activeresource (= 3.0.0) * activerecord (= 3.0.0) * actionpack (= 3.0.0) * activesupport (= 3.0.0)
Looks like ActiveSupport is failing to update and causing bundle update to hang.
bundle update
When I run
DEBUG_RESOLVER=true bundle update
I get the following.Looks like ActiveSupport is failing to update and causing
bundle update
to hang.