Drop jruby-head in favor of the latest release

This commit is contained in:
R. Tyler Croy 2016-08-03 20:06:22 -07:00
parent 6bc76f23a0
commit e964180833
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

2
rubies
View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
export RUBIES=( 2.3.0 jruby jruby-head ruby-head)
export RUBIES=( 2.3.0 jruby jruby-9.1.2.0 ruby-head)
export IMAGE_TAG="rtyler/rvm"