GRN2-xx: Removed Health Check Gem (#840)

* Initial work on removing health check gem

* Added health checks

* Fixed gemfile
This commit is contained in:
Ahmad Farhat
2019-10-21 12:09:31 -04:00
committed by Jesus Federico
parent 9c9867b4e7
commit 933408f68b
5 changed files with 75 additions and 52 deletions

View File

@ -71,9 +71,6 @@ gem 'http_accept_language'
# Markdown parsing.
gem 'redcarpet'
# For health check endpoint
gem "health_check"
# For limiting access based on user roles
gem 'cancancan', '~> 2.0'