diff options
author | DJ Mountney <david@twkie.net> | 2016-07-11 09:06:36 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2016-07-11 09:30:47 -0700 |
commit | d2f003a344e6f29a0ad5115c7d8dec5727b87895 (patch) | |
tree | 738f029fe51f1b57bef9a711854033f2ced028ab /Gemfile | |
parent | 3239c5f666fb93cbd66cf9b1d02b8a9d6e8b0d51 (diff) | |
download | gitlab-ce-d2f003a344e6f29a0ad5115c7d8dec5727b87895.tar.gz |
Update the health_check gem to the latest releaseupdate-health-check-gem
This allows us to drop our disable email config override
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |