Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2020-10-30 20:33:47 +0300
committerStan Hu <stanhu@gmail.com>2020-10-30 20:35:39 +0300
commit6b8f365b54f77a7dcd2dbba2425e6d25a7b20271 (patch)
tree5548bebb78c925f700f9e6f8a7c9e8f7726d469c /_support
parent98fe9f19fcecf4b9d27ab60dfaf6d127447a0350 (diff)
Update to Ruby bundler v2.1.4
Now that we have upgraded to Ruby 2.7.2, we can just use bundler v2 and drop the use of bundler v1.17.3.
Diffstat (limited to '_support')
-rw-r--r--_support/build-images/versioned/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/build-images/versioned/Dockerfile b/_support/build-images/versioned/Dockerfile
index d598a85eb..ca25a8dc6 100644
--- a/_support/build-images/versioned/Dockerfile
+++ b/_support/build-images/versioned/Dockerfile
@@ -8,4 +8,4 @@ COPY ./Gemfile.lock /bundle-cache
RUN DEBIAN_FRONTEND=noninteractive apt-get update -qq && \
DEBIAN_FRONTEND=noninteractive apt-get install -qq -y rubygems bundler cmake build-essential libicu-dev && \
- cd /bundle-cache && gem install bundler -v 1.17.3 && bundle install --path vendor/bundle
+ cd /bundle-cache && bundle install --path vendor/bundle