Skip to content

Commit

Permalink
add the health monitor gem
Browse files Browse the repository at this point in the history
we use this to monitor the health of an application
  • Loading branch information
kayiwa committed Nov 13, 2024
1 parent ee569a5 commit 60f98bf
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 @@ -42,6 +42,9 @@ gem "kaminari"
# static pages
gem "high_voltage"

# health monitor
gem "health-monitor-rails", "12.4.0"

gem "honeybadger"

group :development, :test do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ GEM
globalid (1.2.1)
activesupport (>= 6.1)
hashie (5.0.0)
health-monitor-rails (12.4.0)
railties (>= 6.1)
high_voltage (4.0.0)
honeybadger (5.15.5)
i18n (1.14.6)
Expand Down Expand Up @@ -420,6 +422,7 @@ DEPENDENCIES
ed25519
factory_bot_rails
faker
health-monitor-rails (= 12.4.0)
high_voltage
honeybadger
jbuilder
Expand Down

0 comments on commit 60f98bf

Please sign in to comment.