mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
ci: Ruby 2.7 needs an older version of bundler
Pin Bundler to 2.4.22 so that 2.7 CI keeps working.
This commit is contained in:
parent
101c97ddff
commit
f405861c60
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ WORKDIR /app
|
|||
RUN touch /etc/app-env
|
||||
|
||||
COPY Gemfile* /app/
|
||||
RUN gem install bundler
|
||||
RUN gem install bundler -v 2.4.22
|
||||
RUN bundle install --jobs 4
|
||||
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue