Update health_check gem to ~> 2.2.0
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22278
This commit is contained in:
parent
3c31f185b9
commit
da64f9e544
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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'
|
||||
|
|
|
@ -336,7 +336,7 @@ GEM
|
|||
thor
|
||||
tilt
|
||||
hashie (3.4.4)
|
||||
health_check (2.1.0)
|
||||
health_check (2.2.1)
|
||||
rails (>= 4.0)
|
||||
hipchat (1.5.2)
|
||||
httparty
|
||||
|
@ -875,7 +875,7 @@ DEPENDENCIES
|
|||
grape-entity (~> 0.4.2)
|
||||
haml_lint (~> 0.18.2)
|
||||
hamlit (~> 2.6.1)
|
||||
health_check (~> 2.1.0)
|
||||
health_check (~> 2.2.0)
|
||||
hipchat (~> 1.5.0)
|
||||
html-pipeline (~> 1.11.0)
|
||||
httparty (~> 0.13.3)
|
||||
|
|
Loading…
Reference in a new issue