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:
Matt Rogers 2024-02-15 09:51:45 -06:00 committed by GitHub
commit 7eb80fb1a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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