fhsav / clock

The clock for Farmington High School.
http://fhsclock.com
Other
12 stars 2 forks source link

Dependencies not updating #196

Closed ethnt closed 12 years ago

ethnt commented 12 years ago

When I run DEBUG_RESOLVER=true bundle update I get the following.

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.