diff --git a/Gemfile b/Gemfile index 96b064ac9..3f106ef4f 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem 'rack-timeout', '~> 0.5' # Kill requests that run for too long gem 'sidekiq', '< 6' # Background worker (Redis-backed) # MONITORING -gem 'airbrake', '~> 9.1' # Error catcher and reporter +gem 'airbrake', '~> 9.2' # Error catcher and reporter gem 'newrelic_rpm', '~> 6.2' # Performance monitoring # DATABASE / MODELS diff --git a/Gemfile.lock b/Gemfile.lock index b4c4a9712..cfeca8ab7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,9 +93,9 @@ GEM safely_block (>= 0.1.1) user_agent_parser uuidtools - airbrake (9.1.0) - airbrake-ruby (~> 4.2) - airbrake-ruby (4.2.5) + airbrake (9.2.1) + airbrake-ruby (~> 4.3) + airbrake-ruby (4.3.0) rbtree3 (~> 0.5) ancestry (3.0.6) activerecord (>= 3.2.0) @@ -774,7 +774,7 @@ DEPENDENCIES active_model_serializers (~> 0.10) activeadmin (~> 1.4.3, >= 1.4.3) ahoy_matey (~> 1.6) - airbrake (~> 9.1) + airbrake (~> 9.2) ancestry (~> 3.0) annotate (~> 2.7) apipie-rails (~> 0.5)