Commit 9672aabd authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by Ash McKenzie

Update bundler to 2.3.5 because 2.1.4 is too old

parent 3d2d0430
...@@ -1673,4 +1673,4 @@ DEPENDENCIES ...@@ -1673,4 +1673,4 @@ DEPENDENCIES
yajl-ruby (~> 1.4.1) yajl-ruby (~> 1.4.1)
BUNDLED WITH BUNDLED WITH
2.1.4 2.3.5
...@@ -63,6 +63,7 @@ WORKDIR /home/gitlab/qa ...@@ -63,6 +63,7 @@ WORKDIR /home/gitlab/qa
# Install qa dependencies or fetch from cache if unchanged # Install qa dependencies or fetch from cache if unchanged
COPY ./qa/Gemfile* /home/gitlab/qa/ COPY ./qa/Gemfile* /home/gitlab/qa/
RUN gem install bundler --no-document --conservative --version 2.3.5
RUN bundle install --jobs=$(nproc) --retry=3 --without=development --quiet RUN bundle install --jobs=$(nproc) --retry=3 --without=development --quiet
## ##
......
...@@ -355,4 +355,4 @@ DEPENDENCIES ...@@ -355,4 +355,4 @@ DEPENDENCIES
zeitwerk (~> 2.4) zeitwerk (~> 2.4)
BUNDLED WITH BUNDLED WITH
2.2.33 2.3.5
...@@ -36,6 +36,7 @@ function bundle_install_script() { ...@@ -36,6 +36,7 @@ function bundle_install_script() {
exit 1; exit 1;
fi; fi;
gem install bundler --no-document --conservative --version 2.3.5
bundle --version bundle --version
bundle config set path "$(pwd)/vendor" bundle config set path "$(pwd)/vendor"
bundle config set clean 'true' bundle config set clean 'true'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment