I was trying to install bundler in Linux Mint. but I'm getting this error

$ gem install bundler 
ERROR:  Could not find a valid gem 'bundler' (>= > 0) in any repository

Tried to do

$ gem update --system

but this is not permitted in Debian based systems.

what to do??

link|improve this question
How about using the package? community.linuxmint.com/software/view/ruby-bundler – Michael Kohl Feb 2 at 10:49
Linux mint is just an ubuntu, you should find more if you google for this. – Tass Feb 2 at 11:51
feedback

1 Answer

up vote 3 down vote accepted

Run

gem sources -a http://rubygems.org

Then run gem install

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.