diff --git a/Gemfile b/Gemfile index 94269b04b71..603fec3fcf6 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index b6d76362122..fcf1838c564 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)