Update bundler

This commit is contained in:
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 ruby ruby-dev yaml yaml-dev
libffi-dev build-base git nodejs libffi-dev build-base git nodejs
- gem install etc --no-document - gem install etc --no-document
- gem install bundler -v 2.3.26 - gem install bundler -v 2.4.22 --no-document
- pwd - pwd
- ls -l - ls -l
- bundle install - bundle install

View File

@ -12,7 +12,7 @@ RUN apk list -I && \
libffi-dev build-base git nodejs libffi-dev build-base git nodejs
RUN gem env RUN gem env
RUN gem install etc --no-document 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 pwd
RUN ls -l RUN ls -l
RUN bundle install RUN bundle install