Code: Select all
sudo gem install bundler
Code: Select all
rvm install ruby-2.1.2
Code: Select all
ERROR: Could not find a valid gem 'bundler' (>= 0) in any repository
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
bad response Forbidden 403 (http://rubygems.org/latest_specs.4.8.gz)
Code: Select all
Searching for binary rubies, this might take some time.
No binary rubies available for: fedora/15/x86_64/ruby-2.1.2.
Continuing with compilation. Please read 'rvm help mount' to get more informatio n on binary rubies.
Checking requirements for fedora.
Installing requirements for fedora.
Updating system.
Installing required packages: patch, libyaml-devel, libffi-devel, autoconf, gcc- c++, patch, readline-devel, openssl-devel, automake, libtool, bison............. ...
Requirements installation successful.
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-2.1.2, this may take a while depending on your cpu(s)...
ruby-2.1.2 - #downloading ruby-2.1.2, this may take a while depending on your co nnection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
curl: (22) The requested URL returned error: 403
The requested url does not exist(22): 'http://cache.ruby-lang.org/pub/ruby/2.1/r uby-2.1.2.tar.bz2'
Checking fallback: http://ftp.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.bz2
Checking fallback: http://www.mirrorservice.org/sites/ftp.ruby-lang.org/pub/ruby /2.1/ruby-2.1.2.tar.bz2
No fallback URL could be found, try increasing timeout with:
echo "export rvm_max_time_flag=20" >> ~/.rvmrc
There has been an error fetching the ruby interpreter. Halting the installation.