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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-06 14:44:29 -04:00 committed by Mac Siri
parent f64dbb8eca
commit a11fc6db6b
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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)