mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 07:10:12 +01:00
Merge pull request #2995 from TracksApp/make-ruby-2.7-ci-work-again
Install older version of Bundler in CI for Ruby 2.7
This commit is contained in:
commit
7eb80fb1a1
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