Skip to content

Commit

Permalink
pin bundler until we drop support for old Puppet/Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed May 5, 2023
1 parent 6ac876c commit 0138a3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theforeman.org/pipelines/test/kafo.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pipeline {
}
stage("Setup RVM") {
steps {
configureRVM(ruby, "${ruby}-${PUPPET_VERSION}")
// Bundler 2.4 dropped support for Ruby 2.5
configureRVM(ruby, "${ruby}-${PUPPET_VERSION}", '< 2.4')
}
}
stage('Install dependencies') {
Expand Down

0 comments on commit 0138a3f

Please sign in to comment.