Fixed #269 Add health-check endpoint (GRN-3) (#290)

* <Added health_check endpoint>

* <changed gemfile_lock>

* <fixed code style>

* <removed excess health_check routes>
This commit is contained in:
John Ma
2018-10-12 15:57:53 -04:00
committed by Jesus Federico
parent cf2fac019e
commit a9be611d00
4 changed files with 57 additions and 0 deletions

View File

@ -97,6 +97,8 @@ GEM
activesupport (>= 4.2.0)
hashdiff (0.3.7)
hashie (3.5.7)
health_check (3.0.0)
railties (>= 5.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http_accept_language (2.1.1)
@ -327,6 +329,7 @@ DEPENDENCIES
dotenv-rails
factory_bot_rails
faker
health_check
http_accept_language
jbuilder (~> 2.5)
jquery-rails