File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ ARG VERSION=17.0.2
5
5
ENV GITLAB_VERSION=${VERSION} \
6
6
RUBY_VERSION=3.2.4 \
7
7
RUBY_SOURCE_SHA256SUM="c72b3c5c30482dca18b0f868c9075f3f47d8168eaf626d4e682ce5b59c858692" \
8
+ RUBYGEMS_VERSION=3.5.14 \
8
9
GOLANG_VERSION=1.22.4 \
9
10
GITLAB_SHELL_VERSION=14.35.0 \
10
11
GITLAB_PAGES_VERSION=17.0.2 \
Original file line number Diff line number Diff line change @@ -56,6 +56,9 @@ make -j"$(nproc)"
56
56
make install
57
57
cd " $PWD_ORG " && rm -rf /tmp/ruby
58
58
59
+ # upgrade rubygems on demand
60
+ gem update --no-document --system " ${RUBYGEMS_VERSION} "
61
+
59
62
# PaX-mark ruby
60
63
# Applying the mark late here does make the build usable on PaX kernels, but
61
64
# still the build itself must be executed on a non-PaX kernel. It's done here
You can’t perform that action at this time.
0 commit comments