From c1823711d1894e98368d212ccfcb3b28be0dea25 Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Mon, 6 Jan 2025 08:15:29 -0800 Subject: [PATCH] Deploy using ruby 3.3.1 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2dd773d4..338a39a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { export DEPLOY=1 # Load RVM - rvm use 3.1.2@vt-arclight --create + rvm use 3.3.1@vt-arclight --create gem install bundler bundle install --without production @@ -68,7 +68,7 @@ pipeline { export REVISION=$TAG_NAME # Load RVM - rvm use 3.1.2@vt-arclight --create + rvm use 3.3.1@vt-arclight --create gem install bundler bundle install --without production