Update rvm.plugin.zsh

Ruby 2.1.1 -> Ruby 2.1.2.
This commit is contained in:
Adam Poskitt 2014-07-31 21:30:15 +01:00
parent 207b6a1e33
commit e5ac5009a4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ alias gemsets='rvm gemset list'
local ruby18='ruby-1.8.7'
local ruby19='ruby-1.9.3'
local ruby20='ruby-2.0.0'
local ruby21='ruby-2.1.1'
local ruby21='ruby-2.1.2'
function rb18 {
if [ -z "$1" ]; then