Error installing Rails on Ubuntu 11.10 (Gem::DependencyError)

Posted by Paulo Cassiano on Ask Ubuntu See other posts from Ask Ubuntu or by Paulo Cassiano
Published on 2012-03-31T02:49:03Z Indexed on 2012/03/31 5:41 UTC
Read the original article Hit count: 207

Filed under:
|

I'm trying to install Ruby on Rails on Ubuntu 11.10, but receiving this error:

$ sudo gem install rails
ERROR:  While executing gem ... (Gem::DependencyError)
    Unable to resolve dependencies: rails requires activesupport (= 3.2.3), actionpack (= 3.2.3), activerecord (= 3.2.3), activeresource (= 3.2.3), actionmailer (= 3.2.3), railties (= 3.2.3)

How can I fix this?

Note: Git (1.7.5.4 ) and Ruby (1.9.2p290) are installed properly.

© Ask Ubuntu or respective owner

Related posts about dependencies

Related posts about rails