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:
authorRobert Speicher <rspeicher@gmail.com>2016-10-12 19:54:23 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-10-12 19:55:00 +0300
commitda64f9e544bc5f05818c3f66b278e6e30584a8b4 (patch)
tree0e3e2fecfbb9e93b046779377abc9e4dc6c5a4bc /Gemfile
parent3c31f185b931a4054804aee56be0602135b75bed (diff)
Update health_check gem to `~> 2.2.0`
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22278
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9d98a34a0d5..901e60ef9e2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -343,7 +343,7 @@ gem 'oauth2', '~> 1.2.0'
gem 'paranoia', '~> 2.0'
# Health check
-gem 'health_check', '~> 2.1.0'
+gem 'health_check', '~> 2.2.0'
# System information
gem 'vmstat', '~> 2.2'