"can't activate activesupport (>= 0, runtime), already activated activesupport-2.1.0" error

Subscribe to "can't activate activesupport (>= 0, runtime), already activated activesupport-2.1.0" error 3 post(s), 2 voice(s)

 
Avatar Nick Sellen 2 post(s) Hi I’m getting this error when trying to us fiveruns tuneup:
“can’t activate activesupport (>= 0, runtime), already activated activesupport-2.1.0”
Here is some info about my rails application:
root current (w01): ruby script/about
About your application’s environment
Ruby version 1.8.6 (i386-solaris2.10)
RubyGems version 1.3.0
Rails version 2.1.0
Active Record version 2.1.0
Action Pack version 2.1.0
Active Resource version 2.1.0
Action Mailer version 2.1.0
Active Support version 2.1.0
Edge Rails revision unknown
Application root /var/rorapps/appname/releases/20081111150740
Environment development
Database adapter mysql
Database schema version 0
and my gems:
root current (w01): gem list
  • LOCAL GEMS *
    actionmailer (2.1.1, 2.0.2)
    actionpack (2.1.1, 2.0.2)
    activerecord (2.1.1, 2.0.2)
    activeresource (2.1.1, 2.0.2)
    activesupport (2.1.1, 2.0.2)
    eventfulapi (2.2.1)
    fastthread (1.0.1)
    fiveruns_tuneup (0.8.17)
    hoe (1.8.2, 1.8.0)
    json (1.1.3)
    json_pure (1.1.3)
    mime-types (1.15)
    paginator (1.1.1)
    rails (2.1.1, 2.0.2)
    rake (0.8.3, 0.8.1)
    ruby-lsapi (3.3)
    rubyforge (1.0.1)
    rubyrun (0.9.8)
    simple-rss (1.1)
    twfy (1.0.1)
    any help would be much appreciated, I’ve used fiveruns successfully on another one of my apps and it’s awesome!
    cheers,
    nick
 
Avatar Nick Sellen 2 post(s)

hmm, sorry, formatting is a bit screwy…

 
Avatar Rachel G Administator 50 post(s)

Hi Nick,
Are your gems frozen by any chance? Because the TuneUp gem functions as a plugin it cannot be frozen. You can lock the gem instead and it should work just fine.
Let me know if you continue to have issues.
Thanks,
Rachel