diff options
author | David Gay <david@davidgay.org> | 2021-06-06 12:02:13 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-06 12:02:13 -0400 |
commit | d701cf456bba209f31387db6b43bf26b1251e188 (patch) | |
tree | f0d0b7a0dd891dfbfd5c07ef58d883f3657b82c8 /Capfile | |
parent | 50da0231cfc3f7407d4151ea476371f661c3fed0 (diff) |
Install Honeybadger
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,3 +36,5 @@ require "capistrano/rails/migrations" # Load custom tasks from `lib/capistrano/tasks` if you have any defined Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } + +require "capistrano/honeybadger" |