Revert ruby 2.6 changes

This commit is contained in:
Pavel Pivovarov
2019-01-19 00:58:50 +00:00
parent 2834365f0c
commit 0585dd7db0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM ruby:2.6-alpine
FROM ruby:2.5-alpine
RUN apk add --no-cache \
git \

View File

@@ -5,7 +5,7 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end
ruby '~> 2.6.0'
ruby '~> 2.5.0'
gem 'rails', '~> 5.2.1'
gem 'pg', '~> 1.0'