mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
bump airbrake
This commit is contained in:
@@ -137,7 +137,7 @@ gem 'lograge', '~> 0.11.0'
|
||||
|
||||
# catch exceptions and send them to any airbrake compatible backend
|
||||
# don't require by default, instead load on-demand when actually configured
|
||||
gem 'airbrake', '~> 9.4.3', require: false
|
||||
gem 'airbrake', '~> 11.0.0', require: false
|
||||
|
||||
gem 'prawn', '~> 2.2'
|
||||
gem 'prawn-markup', '~> 0.3.0'
|
||||
|
||||
+4
-4
@@ -284,9 +284,9 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
aes_key_wrap (1.1.0)
|
||||
afm (0.2.2)
|
||||
airbrake (9.4.3)
|
||||
airbrake-ruby (~> 4.6)
|
||||
airbrake-ruby (4.6.0)
|
||||
airbrake (11.0.0)
|
||||
airbrake-ruby (~> 5.0)
|
||||
airbrake-ruby (5.0.2)
|
||||
rbtree3 (~> 0.5)
|
||||
ast (2.4.1)
|
||||
attr_required (1.0.1)
|
||||
@@ -983,7 +983,7 @@ DEPENDENCIES
|
||||
acts_as_list (~> 0.9.9)
|
||||
acts_as_tree (~> 2.9.0)
|
||||
addressable (~> 2.7.0)
|
||||
airbrake (~> 9.4.3)
|
||||
airbrake (~> 11.0.0)
|
||||
auto_strip_attributes (~> 2.5)
|
||||
awesome_nested_set (~> 3.2.0)
|
||||
aws-sdk-core (~> 3.105.0)
|
||||
|
||||
Reference in New Issue
Block a user