Add airbrake gem

#207
This commit is contained in:
Artur Beljajev 2016-10-19 21:16:33 +03:00
parent c5956ef9f2
commit 2e722ad277
2 changed files with 8 additions and 0 deletions

View file

@ -168,3 +168,7 @@ group :development, :test do
gem 'autodoc'
end
group :staging do
gem 'airbrake'
end