Note: Please go to docs.rightscale.com to access the current RightScale documentation set. Also, feel free to Chat with us!
Home > FAQs > How do I downgrade Ruby to 1.8.7 on RightImages 13.2 and 13.3?

How do I downgrade Ruby to 1.8.7 on RightImages 13.2 and 13.3?

Table of Contents

Background

With the v13.2 ServerTemplate release, all images were upgraded to version 1.9.3. However, users may require an older version. The user must downgrade ruby to version 1.8.7 manually.

Answer

Execute the following on the command line of a v13.2 Linux RightImage instance logged in as 'root':

For CentOS and RedHat:

yum erase ruby ruby-libs
yum install ruby-1.8.*
yum install rubygems

For Ubuntu:

apt-get install ruby1.8 rubygems (may already be installed)
update-alternatives --set ruby "/usr/bin/ruby1.8"
update-alternatives --set gem "/usr/bin/gem1.8"
You must to post a comment.
Last modified
21:29, 16 May 2013

Tags

Classifications

This page has no classifications.

Announcements

None


© 2006-2014 RightScale, Inc. All rights reserved.
RightScale is a registered trademark of RightScale, Inc. All other products and services may be trademarks or servicemarks of their respective owners.