mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
7dd6afbb57
commit
dc12674eba
2 changed files with 7 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue