From 52ca826e08ed07a01985e6020115192ba2f17eea Mon Sep 17 00:00:00 2001 From: Jeffrey Horn Date: Mon, 16 Apr 2012 05:12:47 -0400 Subject: [PATCH] RVM plugin: use latest rubies These variables are hard-coded into the RVM plugin. They are updated to refer to the latest ruby patches available. --- plugins/rvm/rvm.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/rvm/rvm.plugin.zsh b/plugins/rvm/rvm.plugin.zsh index 604c00713..592ff1972 100644 --- a/plugins/rvm/rvm.plugin.zsh +++ b/plugins/rvm/rvm.plugin.zsh @@ -1,8 +1,8 @@ alias rubies='rvm list rubies' alias gemsets='rvm gemset list' -local ruby18='ruby-1.8.7-p334' -local ruby19='ruby-1.9.2-p180' +local ruby18='ruby-1.8.7-p358' +local ruby19='ruby-1.9.3-p125' function rb18 { if [ -z "$1" ]; then