Bump airbrake from 9.2.2 to 9.3.0 (#3403)
Bumps [airbrake](https://github.com/airbrake/airbrake) from 9.2.2 to 9.3.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/v9.2.2...v9.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c07b7e77c0
commit
9bdd1b0a1e
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -21,7 +21,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.0" # Email analytics for Rails
|
||||
gem "airbrake", "~> 9.2" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications
|
||||
gem "airbrake", "~> 9.3" # 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
|
||||
|
|
|
|||
|
|
@ -92,9 +92,9 @@ GEM
|
|||
addressable (>= 2.3.2)
|
||||
nokogiri
|
||||
safely_block (>= 0.1.1)
|
||||
airbrake (9.2.2)
|
||||
airbrake-ruby (~> 4.4)
|
||||
airbrake-ruby (4.4.0)
|
||||
airbrake (9.3.0)
|
||||
airbrake-ruby (~> 4.5)
|
||||
airbrake-ruby (4.5.0)
|
||||
rbtree3 (~> 0.5)
|
||||
algoliasearch (1.26.0)
|
||||
httpclient (~> 2.8, >= 2.8.3)
|
||||
|
|
@ -863,7 +863,7 @@ DEPENDENCIES
|
|||
addressable (~> 2.6)
|
||||
administrate (~> 0.11)
|
||||
ahoy_email (~> 1.0)
|
||||
airbrake (~> 9.2)
|
||||
airbrake (~> 9.3)
|
||||
algoliasearch-rails (~> 1.23)
|
||||
algorithmia (~> 1.1)
|
||||
ancestry (~> 3.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue