Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2016-04-22 19:50:08 +0300
committerDJ Mountney <david@twkie.net>2016-05-10 18:24:09 +0300
commit67dc3b9c1131b5a7f3f861a0fe35169fda5cd398 (patch)
treea4a37993a86465f24a9160134ae737c8fded14ed /Gemfile
parent98d8e3fe9ff4d120469378490c41381ae751597e (diff)
Add the health_check gem end expose the health_check route
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3e5c604ae06..204d19f7115 100644
--- a/Gemfile
+++ b/Gemfile
@@ -333,3 +333,6 @@ gem 'oauth2', '~> 1.0.0'
# Soft deletion
gem "paranoia", "~> 2.0"
+
+# Health check
+gem 'health_check', '~> 1.5.1'