Skip to content

Commit

Permalink
Use Ruby 3.3.1 for deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
corylown committed Sep 16, 2024
1 parent fca357a commit 14cd007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 14cd007

Please sign in to comment.