enable airbrake for all branches (#1018)

This commit is contained in:
Georg 2018-10-23 19:55:22 +03:00 committed by GitHub
parent 2d68d4e065
commit 097b37d54c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ gem 'activerecord-import', '0.7.0' # for inserting dummy data
gem 'pdfkit', '0.6.2'
gem 'jquery-ui-rails', '5.0.5'
gem 'active_model-errors_details' # Backport from Rails 5, https://github.com/rails/rails/pull/18322
gem 'airbrake'
group :development do
# deploy
@ -121,10 +122,6 @@ group :development, :test do
gem 'puma'
end
group :staging do
gem 'airbrake'
end
group :test do
gem 'database_cleaner'
gem 'simplecov', require: false