I\'m running Crunchbang 11 (Debian-based).
I\'m trying to install Ruby on Rails, like this:
gem install rails --version 4.0.0
I ge
Rails 4.0 needs RubyGem version 2.0.3, Just update your system by using following command
gem update --system 2.0.3