Healthcheck added

https://github.com/linqueta/rails-healthcheck
This commit is contained in:
Christoph Haas 2021-02-14 16:41:19 +01:00
parent e9062012dd
commit eb2a5c6e19
5 changed files with 27 additions and 0 deletions

View file

@ -40,6 +40,7 @@ gem 'jbuilder', '~> 2.5'
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
gem 'rails-healthcheck'
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.