Skip to content

Commit

Permalink
Added new feature to lock down the version of RubyGems installed on a…
Browse files Browse the repository at this point in the history
… cluster by RVM.
  • Loading branch information
nirvdrum committed Feb 26, 2011
1 parent 9fb2383 commit 652f908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -37,6 +37,8 @@
bash ./scripts/install
sed -i 's/rubygems_version=.*/rubygems_version=#{rubber_env.rubygems_version}/' #{rubber_env.rvm_prefix}/config/db
#
# end rvm install script
Expand Down
Expand Up @@ -18,6 +18,10 @@ rvm_version: 1.2.7
# Run "rvm list known" to see the list of possible options
rvm_ruby: 1.9.2

# REQUIRED: Set to version of RubyGems you want RVM to install. Note that older RVMs do not
# know about newer RubyGems. So you may need to bump your rvm_version to get the latest RubyGems release.
rubygems_version: 1.5.2

# When rvm is installed as root, and you set the default, it symlinks ruby executables
# into /usr/local/rvm
ruby_prefix: /usr/local/rvm
Expand Down

0 comments on commit 652f908

Please sign in to comment.