From a11fc6db6bea915a3af4db894e27f9fb84358ed1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:44:29 -0400 Subject: [PATCH] Bump airbrake from 9.3.0 to 9.4.1 (#3646) [ci skip] Bumps [airbrake](https://github.com/airbrake/airbrake) from 9.3.0 to 9.4.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.3.0...v9.4.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a1770d84b..dbb029340 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "mas gem "addressable", "~> 2.6" # A replacement for the URI implementation that is part of Ruby's standard library gem "administrate", "~> 0.11" # A Rails engine that helps you put together a super-flexible admin dashboard gem "ahoy_email", "~> 1.1" # Email analytics for Rails -gem "airbrake", "~> 9.3" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications +gem "airbrake", "~> 9.4" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications gem "algoliasearch-rails", "~> 1.23" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure diff --git a/Gemfile.lock b/Gemfile.lock index 540e6d6de..ee557a56a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,9 +92,9 @@ GEM addressable (>= 2.3.2) nokogiri safely_block (>= 0.1.1) - airbrake (9.3.0) - airbrake-ruby (~> 4.5) - airbrake-ruby (4.5.0) + airbrake (9.4.1) + airbrake-ruby (~> 4.6) + airbrake-ruby (4.6.0) rbtree3 (~> 0.5) algoliasearch (1.26.0) httpclient (~> 2.8, >= 2.8.3) @@ -840,7 +840,7 @@ DEPENDENCIES addressable (~> 2.6) administrate (~> 0.11) ahoy_email (~> 1.1) - airbrake (~> 9.3) + airbrake (~> 9.4) algoliasearch-rails (~> 1.23) algorithmia (~> 1.1) ancestry (~> 3.0)