Skip to content

Commit

Permalink
Merge pull request #152 from mitre/health_check
Browse files Browse the repository at this point in the history
Health check
  • Loading branch information
Robert Clark committed Sep 8, 2020
2 parents db25f5f + 3037701 commit af6c487
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ gem 'uglifier', '>= 1.3.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'mini_racer', platforms: :ruby

# basic health check gem
gem 'health_check'

# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.2'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,8 @@ GEM
hashdiff (1.0.0)
hashery (2.1.2)
hashie (3.6.0)
health_check (3.0.0)
railties (>= 5.0)
htmlentities (4.3.4)
http-cookie (1.0.3)
domain_name (~> 0.5)
Expand Down Expand Up @@ -778,6 +780,7 @@ DEPENDENCIES
fuzzy-string-match
gibberish
github_changelog_generator
health_check
inspec_tools (>= 1.4.2)
jbuilder (~> 2.5)
json
Expand Down

0 comments on commit af6c487

Please sign in to comment.