mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add bundler 2.5 to e2e images
This commit is contained in:
parent
f6d8b91c88
commit
2f9274a0e2
2 changed files with 5 additions and 2 deletions
|
|
@ -269,6 +269,9 @@ function print_bundler_args() {
|
|||
2.4)
|
||||
BUNDLER_VERSION=2.4.10
|
||||
;;
|
||||
2.5)
|
||||
BUNDLER_VERSION=2.5.4
|
||||
;;
|
||||
*) fail "Unknown bundler version $1" ;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue