Merge branch 'update-health-check-gem' into 'master'
Update the health_check gem to the latest release
## What does this MR do?
Update the health_check gem to the latest release, which allows us to drop some of our code for overwriting the email check
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- Tests
- [ ] ~~Added for this feature/bug~~
- [ ] All builds are passing
- [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [ ] Branch has no merge conflicts with `master` (if you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)
See merge request !5186
Showing
... | ... | @@ -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' | ||
... | ... |
Please
register
or
sign in
to comment