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-07-11 19:06:36 +0300
committerDJ Mountney <david@twkie.net>2016-07-11 19:30:47 +0300
commitd2f003a344e6f29a0ad5115c7d8dec5727b87895 (patch)
tree738f029fe51f1b57bef9a711854033f2ced028ab /Gemfile
parent3239c5f666fb93cbd66cf9b1d02b8a9d6e8b0d51 (diff)
Update the health_check gem to the latest release
This allows us to drop our disable email config override
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f1fef4caf76..5c43015e52c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -344,7 +344,7 @@ gem 'oauth2', '~> 1.2.0'
gem 'paranoia', '~> 2.0'
# Health check
-gem 'health_check', '~> 1.5.1'
+gem 'health_check', '~> 2.1.0'
# System information
gem 'vmstat', '~> 2.1.0'