diff --git a/Gemfile b/Gemfile index 9b2198d77cc..c398969f5c4 100644 --- a/Gemfile +++ b/Gemfile @@ -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', '~> 12.0.0', require: false +gem 'airbrake', '~> 13.0.0', require: false gem 'prawn', '~> 2.2' gem 'prawn-markup', '~> 0.3.0' diff --git a/Gemfile.lock b/Gemfile.lock index a94d30dcb07..06fc98b5bf4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) aes_key_wrap (1.1.0) afm (0.2.2) - airbrake (12.0.0) + airbrake (13.0.0) airbrake-ruby (~> 6.0) airbrake-ruby (6.0.2) rbtree3 (~> 0.5) @@ -980,7 +980,7 @@ DEPENDENCIES acts_as_list (~> 1.0.1) acts_as_tree (~> 2.9.0) addressable (~> 2.8.0) - airbrake (~> 12.0.0) + airbrake (~> 13.0.0) auto_strip_attributes (~> 2.5) awesome_nested_set (~> 3.4.0) aws-sdk-core (~> 3.107)