Update the health_check gem to the latest release
This allows us to drop our disable email config override
Showing
... | @@ -344,7 +344,7 @@ gem 'oauth2', '~> 1.2.0' | ... | @@ -344,7 +344,7 @@ gem 'oauth2', '~> 1.2.0' |
gem 'paranoia', '~> 2.0' | gem 'paranoia', '~> 2.0' | ||
# Health check | # Health check | ||
gem 'health_check', '~> 1.5.1' | gem 'health_check', '~> 2.1.0' | ||
# System information | # System information | ||
gem 'vmstat', '~> 2.1.0' | gem 'vmstat', '~> 2.1.0' | ||
... | ... |
Please register or sign in to comment