From 304d4757fd51cc6ebd283dd442a52859e1a1a802 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Wed, 29 Jun 2022 12:48:35 -0700 Subject: [PATCH] Deploy with Ruby 3 --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 761c2408..80a25faf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { export DEPLOY=1 # Load RVM - rvm use 2.7.1@purl --create + rvm use 3.0.3@purl --create gem install bundler bundle install --without production @@ -67,7 +67,7 @@ pipeline { export DEPLOY=1 # Load RVM - rvm use 2.7.1@purl --create + rvm use 3.0.3@purl --create gem install bundler bundle install --without production @@ -112,7 +112,7 @@ pipeline { export REVISION=$TAG_NAME # Load RVM - rvm use 2.7.1@purl --create + rvm use 3.0.3@purl --create gem install bundler bundle install --without production