summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-06 12:02:13 -0400
committerDavid Gay <david@davidgay.org>2021-06-06 12:02:13 -0400
commitd701cf456bba209f31387db6b43bf26b1251e188 (patch)
treef0d0b7a0dd891dfbfd5c07ef58d883f3657b82c8 /Gemfile
parent50da0231cfc3f7407d4151ea476371f661c3fed0 (diff)
Install Honeybadger
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
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]