Skip to content

Commit

Permalink
Merge pull request #1929 from sul-dlss/jenkinsruby
Browse files Browse the repository at this point in the history
Update to use Ruby 3.3.1 with Jenkins
  • Loading branch information
jcoyne authored Jan 7, 2025
2 parents fc911d5 + 0c0dbc1 commit 36cf45b
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@dlme --create
rvm use 3.3.1@dlme --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@dlme --create
rvm use 3.3.1@dlme --create
gem install bundler
bundle install --without production
Expand Down

0 comments on commit 36cf45b

Please sign in to comment.