bump airbrake

pull/9695/head
ulferts 3 years ago
parent 971f60eaf8
commit 75dc549763
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      Gemfile
  2. 8
      Gemfile.lock

@ -142,7 +142,7 @@ gem 'structured_warnings', '~> 0.4.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', '~> 11.0.0', require: false
gem 'airbrake', '~> 12.0.0', require: false
gem 'prawn', '~> 2.2'
gem 'prawn-markup', '~> 0.3.0'

@ -267,9 +267,9 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
aes_key_wrap (1.1.0)
afm (0.2.2)
airbrake (11.0.3)
airbrake-ruby (~> 5.1)
airbrake-ruby (5.2.1)
airbrake (12.0.0)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.0.0)
rbtree3 (~> 0.5)
ast (2.4.2)
attr_required (1.0.1)
@ -975,7 +975,7 @@ DEPENDENCIES
acts_as_list (~> 1.0.1)
acts_as_tree (~> 2.9.0)
addressable (~> 2.8.0)
airbrake (~> 11.0.0)
airbrake (~> 12.0.0)
auto_strip_attributes (~> 2.5)
awesome_nested_set (~> 3.4.0)
aws-sdk-core (~> 3.107)

Loading…
Cancel
Save