From 5ed691c0053f3d3b07313f7cdc4a57c4c0f51065 Mon Sep 17 00:00:00 2001 From: sjoulbak Date: Wed, 5 Feb 2020 15:01:17 +0100 Subject: [PATCH] Set Ruby version to 2.5.7 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index df8e229..885e510 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM heroku/heroku:18-build # Which versions? -ENV RUBY_MAJOR_VERSION 2.7.0 -ENV RUBY_VERSION 2.7.0 +ENV RUBY_MAJOR_VERSION 2.5.7 +ENV RUBY_VERSION 2.5.7 # https://devcenter.heroku.com/articles/ruby-support#libraries ENV BUNDLER_VERSION 2.0.2 ENV NODE_VERSION 12.14.1 diff --git a/README.md b/README.md index faa5204..8203d4b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Usage: `FROM nerdsandcompany/docker-heroku-rails` # Specifications * Heroku 18 -* Ruby 2.7.0 +* Ruby 2.5.7 * Bundler 2.0.2 * Node 12.14.1 * Yarn 1.21.1