diff --git a/Jenkinsfile b/Jenkinsfile index 0f812cc7..0bbd3946 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { export DEPLOY=1 # Load RVM - rvm use 3.0.3@exhibits --create + rvm use 3.3.1@exhibits --create gem install bundler bundle install --without production @@ -68,7 +68,7 @@ pipeline { export REVISION=$TAG_NAME # Load RVM - rvm use 3.0.3@exhibits --create + rvm use 3.3.1@exhibits --create gem install bundler bundle install --without production