mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Support Bundler 2.4
This commit is contained in:
parent
42076c2eb7
commit
583426f9ec
2 changed files with 5 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ e2e:
|
||||||
- .e2e
|
- .e2e
|
||||||
variables:
|
variables:
|
||||||
OS: "debian:bullseye"
|
OS: "debian:bullseye"
|
||||||
BUNDLER: '2.3'
|
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||||
|
- BUNDLER: ['2.3', '2.4']
|
||||||
|
|
||||||
# Image with ruby, bundler and docker
|
# Image with ruby, bundler and docker
|
||||||
e2e-docker:
|
e2e-docker:
|
||||||
|
|
|
||||||
|
|
@ -250,7 +250,10 @@ function print_bundler_args() {
|
||||||
BUNDLER_VERSION=2.1.4
|
BUNDLER_VERSION=2.1.4
|
||||||
;;
|
;;
|
||||||
2.3)
|
2.3)
|
||||||
BUNDLER_VERSION=2.3.15
|
BUNDLER_VERSION=2.3.26
|
||||||
|
;;
|
||||||
|
2.4)
|
||||||
|
BUNDLER_VERSION=2.4.10
|
||||||
;;
|
;;
|
||||||
*) fail "Unknown bundler version $1" ;;
|
*) fail "Unknown bundler version $1" ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue