Fix using most recent versions of the Ruby images in the CI

This commit is contained in:
Jyri-Petteri Paloposki 2021-11-25 01:10:38 +02:00
parent 9a109c13cb
commit 8800bab8a9
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
FROM ruby:2.7.1
FROM ruby:2.7
# throw errors if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1