summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-03-03 15:44:08 -0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-03-03 16:35:20 -0300
commit0fcb8ce7d66f2d0a923a2de6568116f8e8088028 (patch)
tree5051e3e81458dea8c093346c9f62a6525d4fbe74 /Gemfile
parentafd566347fe604d633adfebf0cd8277b860f52e0 (diff)
downloadgitlab-ce-0fcb8ce7d66f2d0a923a2de6568116f8e8088028.tar.gz
Bump health_check gem to version 2.6.0bump-health-check-gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b21f563940d..a267030eb4c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -344,7 +344,7 @@ gem 'oauth2', '~> 1.2.0'
gem 'paranoia', '~> 2.2'
# Health check
-gem 'health_check', '~> 2.2.0'
+gem 'health_check', '~> 2.6.0'
# System information
gem 'vmstat', '~> 2.3.0'