mirror of
https://github.com/internetee/registry.git
synced 2025-06-06 12:47:29 +02:00
enable airbrake for all branches (#1018)
This commit is contained in:
parent
2d68d4e065
commit
097b37d54c
1 changed files with 1 additions and 4 deletions
5
Gemfile
5
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue