From b9ed21b8f443d12ac3f8a62e536983e9cbf31d78 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Sat, 7 Sep 2019 09:47:51 +0900 Subject: port tootsuite#11770 to monsterfork: Add healthcheck endpoint for web --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 270d9e4da..e108bf497 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,6 +288,8 @@ GEM concurrent-ruby (~> 1.0) hashdiff (1.0.0) hashie (3.6.0) + health_check (3.0.0) + railties (>= 5.0) heapy (0.1.4) highline (2.0.3) hiredis (0.6.3) @@ -745,6 +747,7 @@ DEPENDENCIES fuubar (~> 2.4) goldfinger (~> 2.1) hamlit-rails (~> 0.2) + health_check (~> 3.0) hiredis (~> 0.6) html2text htmlentities (~> 4.3) -- cgit