Skip to content

Commit

Permalink
Merge pull request #693 from sul-dlss/deploy-ruby-3.3.1
Browse files Browse the repository at this point in the history
Deploy using ruby 3.3.1
  • Loading branch information
jcoyne authored Jan 6, 2025
2 parents 1185504 + c182371 commit a05bdaf
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.1.2@vt-arclight --create
rvm use 3.3.1@vt-arclight --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.1.2@vt-arclight --create
rvm use 3.3.1@vt-arclight --create
gem install bundler
bundle install --without production
Expand Down

0 comments on commit a05bdaf

Please sign in to comment.