Skip to content

Commit

Permalink
Merge pull request #2995 from TracksApp/make-ruby-2.7-ci-work-again
Browse files Browse the repository at this point in the history
Install older version of Bundler in CI for Ruby 2.7
  • Loading branch information
mattr- authored Feb 15, 2024
2 parents 101c97d + f405861 commit 7eb80fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down

0 comments on commit 7eb80fb

Please sign in to comment.