From f10d1ed66890458168d53c0d2ad99b7b4d11fd87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 02:21:26 +0000 Subject: [PATCH] Bump airbrake from 9.1.0 to 9.2.1 Bumps [airbrake](https://github.com/airbrake/airbrake) from 9.1.0 to 9.2.1. - [Release notes](https://github.com/airbrake/airbrake/releases) - [Changelog](https://github.com/airbrake/airbrake/blob/master/CHANGELOG.md) - [Commits](https://github.com/airbrake/airbrake/compare/v9.1.0...v9.2.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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)