Do not lock airbrake in Gemfile

There is not reason to not use new versions of airbrake. Update to last
version 9.0.0.
This commit is contained in:
Ana María Martínez Gómez 2019-04-01 14:43:58 +02:00
parent 7dd6afbb57
commit dc12674eba
No known key found for this signature in database
GPG key ID: EACB9B4BC80C0347
2 changed files with 7 additions and 5 deletions

View file

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