Update bundler

This commit is contained in:
caubet_m 2024-02-01 11:29:11 +01:00
parent be69b022f6
commit 342f610e1a
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ before_script:
ruby ruby-dev yaml yaml-dev
libffi-dev build-base git nodejs
- gem install etc --no-document
- gem install bundler -v 2.3.26
- gem install bundler -v 2.4.22 --no-document
- pwd
- ls -l
- bundle install

View File

@ -12,7 +12,7 @@ RUN apk list -I && \
libffi-dev build-base git nodejs
RUN gem env
RUN gem install etc --no-document
RUN gem install bundler -v 2.3.26
RUN gem install bundler -v 2.4.22 --no-document
RUN pwd
RUN ls -l
RUN bundle install