Use Ruby 2.7.1

This commit is contained in:
Georg Gadinger 2020-04-19 14:59:50 +02:00
parent 76f4ec35e2
commit 958fa30f6b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ruby:2.6
FROM ruby:2.7
RUN apt-get update -qq && apt-get install -y build-essential
@ -27,4 +27,4 @@ WORKDIR $APP_HOME
ADD Gemfile* $APP_HOME/
RUN bundle install
EXPOSE 3000
EXPOSE 3000

View File

@ -1 +1 @@
2.6.6
2.7.1

View File

@ -751,4 +751,4 @@ DEPENDENCIES
will_paginate-bootstrap
BUNDLED WITH
1.17.3
2.1.4