From 7bbaf5f4dce6e610377af666d3cffd83152b4315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Oct 2018 16:50:19 -0400 Subject: [PATCH] Bump airbrake from 5.8.1 to 7.4.0 (#974) Bumps [airbrake](https://github.com/airbrake/airbrake) from 5.8.1 to 7.4.0. - [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/v5.8.1...v7.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index baf32787b..8f9a26e7c 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "mas gem "addressable", "~> 2.5", ">= 2.5.2" gem "administrate", "~> 0.9" gem "ahoy_email", "~> 0.5" -gem "airbrake", "~> 5.8" +gem "airbrake", "~> 7.4" gem "algoliasearch-rails", "~> 1.20" gem "algorithmia", "~> 1.0" gem "ancestry", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 04b79cf15..b0ba2dc0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,9 +111,9 @@ GEM nokogiri railties safely_block (>= 0.1.1) - airbrake (5.8.1) - airbrake-ruby (~> 1.8) - airbrake-ruby (1.8.0) + airbrake (7.4.0) + airbrake-ruby (~> 2.12) + airbrake-ruby (2.12.0) algoliasearch (1.19.1) httpclient (~> 2.8.3) json (>= 1.5.1) @@ -919,7 +919,7 @@ DEPENDENCIES addressable (~> 2.5, >= 2.5.2) administrate (~> 0.9) ahoy_email (~> 0.5) - airbrake (~> 5.8) + airbrake (~> 7.4) algoliasearch-rails (~> 1.20) algorithmia (~> 1.0) ancestry (~> 3.0)