diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |