Updated to the latest commit

This commit is contained in:
Pavel Pivovarov
2018-11-05 10:31:38 +11:00
parent 5552deeb42
commit e5725d3bd0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ RUN apk add --no-cache \
WORKDIR /app
ARG GIT_HASH
ENV GIT_HASH ${GIT_HASH:-2dad2bb572aa458760decde5320c382b3080a22e}
ENV GIT_HASH ${GIT_HASH:-418553b546d74a07874250f3495878846419a603}
ENV RAILS_ENV development
ENV RACK_ENV development

View File

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