Updated codebase to commit d611a77

This commit is contained in:
Pavel Pivovarov
2019-03-23 22:37:55 +00:00
parent 3344a168f5
commit c1e31a0bd6
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ RUN apk add --no-cache \
WORKDIR /app
ENV GIT_HASH fe586f4653e337f84cbb4116d0c5887f67268569
ENV GIT_HASH d611a77c0c960425dc416e3d2cf1a30ce59adea4
ENV RAILS_ENV development
ENV RACK_ENV development

View File

@@ -7,8 +7,8 @@ end
ruby '>= 2.5.0', '< 2.7.0'
gem 'rails', '~> 5.2', '>=5.2.2'
gem 'pg', '~> 1.0'
gem 'rails', '~> 5.2', '>=5.2.2.1'
gem 'pg', '~> 1.1', '>= 1.1.4'
gem 'puma', '~> 3.12'
gem 'active_model_serializers', '~> 0.10.9'