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

@ -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