Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-org
build
CNG
Commits
59d6cd3c
Commit
59d6cd3c
authored
Jun 08, 2021
by
DJ Mountney
Browse files
Merge branch 'i2752-bump-bundler' into 'master'
gitlab-ruby: bump bundler version See merge request gitlab-org/build/CNG!685
parents
c47cc932
d10c5504
Pipeline
#5462
failed with stages
in 1 minute and 33 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deps.yml
View file @
59d6cd3c
...
...
@@ -50,10 +50,10 @@ dependencies:
replace_in_files
:
-
filename
:
gitlab-ruby/Dockerfile
pattern
:
'
ARG
RUBYGEMS_VERSION=(\S+)'
range
:
'
<=
3
.x'
range
:
'
<=
4
.x'
-
filename
:
gitlab-ruby/Dockerfile.build.ubi8
pattern
:
'
ARG
RUBYGEMS_VERSION=(\S+)'
range
:
'
<=
3
.x'
range
:
'
<=
4
.x'
# redis gem
https://github.com/redis/redis-rb.git:
replace_in_files
:
...
...
gitlab-ruby/Dockerfile
View file @
59d6cd3c
...
...
@@ -3,8 +3,8 @@ FROM debian:buster-slim
ARG
BUILD_DIR=/tmp/build
ARG
RUBY_MAJOR_VERSION=2.7
ARG
RUBY_MINOR_VERSION=2.7.2
ARG
RUBYGEMS_VERSION=3.
1.4
ARG
BUNDLER_VERSION=2.
1.4
ARG
RUBYGEMS_VERSION=3.
2.19
ARG
BUNDLER_VERSION=2.
2.19
ARG
JEMALLOC_VERSION=5.2.1
ARG
EXIFTOOL_VERSION=11.70
...
...
gitlab-ruby/Dockerfile.build.ubi8
View file @
59d6cd3c
...
...
@@ -4,8 +4,8 @@ FROM ${BUILD_IMAGE}
ARG RUBY_MAJOR_VERSION=2.7
ARG RUBY_MINOR_VERSION=2.7.2
ARG RUBYGEMS_VERSION=3.
1.4
ARG BUNDLER_VERSION=2.
1.4
ARG RUBYGEMS_VERSION=3.
2.19
ARG BUNDLER_VERSION=2.
2.19
ARG RBREADLINE_VERSION=0.5.5
ARG JEMALLOC_VERSION=5.2.1
ARG EXIFTOOL_VERSION=11.70
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment