From d701cf456bba209f31387db6b43bf26b1251e188 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 6 Jun 2021 12:02:13 -0400 Subject: Install Honeybadger --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9c72bc5..cd96dbb 100644 --- a/Gemfile +++ b/Gemfile @@ -30,6 +30,9 @@ gem "bootsnap", ">= 1.4.4", require: false gem "devise" +# Monitoring +gem "honeybadger", "~> 4.0" + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :mingw, :x64_mingw] -- cgit v1.2.3