mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Pin bundler to 2.2.3 temporarily
To work around a bug in the new version: https://github.com/rubygems/rubygems/issues/4229
This commit is contained in:
parent
7e622f3eb8
commit
7358ad1e7a
11 changed files with 11 additions and 11 deletions
|
|
@ -22,4 +22,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta
|
|||
&& make install \
|
||||
&& cd / \
|
||||
&& rm -rf "/tmp/ruby-${RUBY_VERSION}" \
|
||||
&& gem install bundler --no-document
|
||||
&& gem install bundler --no-document --version 2.2.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue