[Bundler] Update to 2.3.12

This is currently the lastest version. The currently used version prints
a deprecation warning everytime with ruby 3
This commit is contained in:
Earlopain 2022-04-25 20:52:39 +02:00
parent 326bf9594f
commit e45e9023d4
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897
2 changed files with 3 additions and 4 deletions

View File

@ -17,9 +17,8 @@ COPY package.json yarn.lock ./
RUN yarn install
COPY Gemfile Gemfile.lock ./
RUN bundle install -j$(nproc) && \
gem install bundler:2.0.1 && \
bundler config github.https true
RUN gem install bundler:2.3.12 && \
bundle install -j$(nproc)
# shoreman
RUN wget -O /usr/bin/shoreman https://github.com/chrismytton/shoreman/raw/master/shoreman.sh \

View File

@ -408,4 +408,4 @@ DEPENDENCIES
whenever
BUNDLED WITH
2.1.4
2.3.12