Skip to content

Commit 535d2a2

Browse files
authored
Update Jenkinsfile
1 parent 4356bd1 commit 535d2a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pipeline {
2323
export DEPLOY=1
2424
2525
# Load RVM
26-
rvm use 3.3.1@stacks --create
26+
rvm use 3.4.1@stacks --create
2727
gem install bundler
2828
2929
bundle install --without production
@@ -67,7 +67,7 @@ pipeline {
6767
export DEPLOY=1
6868
6969
# Load RVM
70-
rvm use 3.3.1@stacks --create
70+
rvm use 3.4.1@stacks --create
7171
gem install bundler
7272
7373
bundle install --without production
@@ -112,7 +112,7 @@ pipeline {
112112
export REVISION=$TAG_NAME
113113
114114
# Load RVM
115-
rvm use 3.3.1@stacks --create
115+
rvm use 3.4.1@stacks --create
116116
gem install bundler
117117
118118
bundle install --without production

0 commit comments

Comments
 (0)