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:
Matt Rogers 2024-02-15 09:37:38 -06:00
parent 101c97ddff
commit f405861c60
No known key found for this signature in database
GPG key ID: 7CC9FABE90DBA8E5

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 -