From 6bc76f23a0c88995bdbb24f7886d4743a0253eaa Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Wed, 3 Aug 2016 15:39:28 -0700 Subject: [PATCH] Switch the rubies around --- rubies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubies b/rubies index a6b7334..9260b9a 100644 --- a/rubies +++ b/rubies @@ -1,5 +1,5 @@ #!/usr/bin/env bash -export RUBIES=( 2.3.0 jruby rubinius ruby-head) +export RUBIES=( 2.3.0 jruby jruby-head ruby-head) export IMAGE_TAG="rtyler/rvm"