Replaced hoptoad gem with airbrake gem

This commit is contained in:
Naman Gupta 2017-12-14 03:00:59 +05:30 committed by Christian Bruckmayer
parent 0c6d1fa233
commit 7d2afc623d
4 changed files with 27 additions and 34 deletions

View file

@ -141,7 +141,7 @@ gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
gem 'axlsx_rails'
# as error catcher
gem 'hoptoad_notifier', '~> 2.3'
gem 'airbrake', '~> 7.1'
# to make links faster
gem 'turbolinks'