Update Ruby version in Ref Guide build script

This commit is contained in:
Cassandra Targett 2019-07-01 10:25:16 -05:00
parent 3f0ecfa9c4
commit 82bf95727e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ set -x # Echo commands to the console
set -e # Fail the script if any command fails
RVM_PATH=$HOME/.rvm
RUBY_VERSION=ruby-2.3.3
RUBY_VERSION=ruby-2.5.1
GEMSET=solr-refguide-gemset
# Install the "stable" RVM release to ~/.rvm/, and don't mess with .bash_profile etc.