0% found this document useful (0 votes)
23 views

Rubygems: TGZ Zip Gem Git

This document provides instructions for downloading and installing the RubyGems package management framework for Ruby. It details downloading the latest version, upgrading an existing installation, and installing if no RubyGems are present.

Uploaded by

SetyawanWawan78
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Rubygems: TGZ Zip Gem Git

This document provides instructions for downloading and installing the RubyGems package management framework for Ruby. It details downloading the latest version, upgrading an existing installation, and installing if no RubyGems are present.

Uploaded by

SetyawanWawan78
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Download RubyGems v2.2.

2
RubyGems is a package management framework for Ruby. Download the latest version
here:
TGZ ZIP GEM GIT
Or, to upgrade to the latest RubyGems:
$ gem update system # may need to be administrator or root
NOTE: RubyGems 1.1 and 1.2 have problems upgrading when there is no rubygems-update
installed. You will need to use the following instructions if you see Nothing to update . If you
have an older version of RubyGems installed, then you can still do it in two steps:
$ gem install rubygemsupdate # again, might need to be admin/root
$ update_rubygems # ... here too
If you don't have any RubyGems installed, there is still the pre-gem approach to getting
software, doing it manually:
1. Download from above.
2. Unpack into a directory and cd there
3. Install with: ruby setup.rb (you may need admin/root privilege)
For more details and other options, see:
ruby setup.rb help
Download RubyGems | RubyGems.org | your community gem host 1 of 1
https://rubygems.org/pages/download 6/10/2014 4:40 PM

You might also like