Merge pull request #4657 from consul/dependabot/bundler/master/airbrake-11.0.3
Bump airbrake from 7.4.0 to 11.0.3
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -5,7 +5,7 @@ gem "rails", "5.2.6"
|
|||||||
gem "acts-as-taggable-on", "~> 8.1.0"
|
gem "acts-as-taggable-on", "~> 8.1.0"
|
||||||
gem "acts_as_votable", "~> 0.13.1"
|
gem "acts_as_votable", "~> 0.13.1"
|
||||||
gem "ahoy_matey", "~> 3.2.0"
|
gem "ahoy_matey", "~> 3.2.0"
|
||||||
gem "airbrake", "~> 7.4.0"
|
gem "airbrake", "~> 11.0.3"
|
||||||
gem "ancestry", "~> 4.1.0"
|
gem "ancestry", "~> 4.1.0"
|
||||||
gem "audited", "~> 5.0.1"
|
gem "audited", "~> 5.0.1"
|
||||||
gem "autoprefixer-rails", "~> 8.2.0"
|
gem "autoprefixer-rails", "~> 8.2.0"
|
||||||
|
|||||||
10
Gemfile.lock
10
Gemfile.lock
@@ -53,9 +53,10 @@ GEM
|
|||||||
device_detector
|
device_detector
|
||||||
geocoder (>= 1.4.5)
|
geocoder (>= 1.4.5)
|
||||||
safely_block (>= 0.2.1)
|
safely_block (>= 0.2.1)
|
||||||
airbrake (7.4.0)
|
airbrake (11.0.3)
|
||||||
airbrake-ruby (~> 2.12)
|
airbrake-ruby (~> 5.1)
|
||||||
airbrake-ruby (2.12.0)
|
airbrake-ruby (5.2.1)
|
||||||
|
rbtree3 (~> 0.5)
|
||||||
airbrussh (1.4.0)
|
airbrussh (1.4.0)
|
||||||
sshkit (>= 1.6.1, != 1.7.0)
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
akami (1.3.1)
|
akami (1.3.1)
|
||||||
@@ -505,6 +506,7 @@ GEM
|
|||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
|
rbtree3 (0.6.0)
|
||||||
recipient_interceptor (0.3.0)
|
recipient_interceptor (0.3.0)
|
||||||
mail
|
mail
|
||||||
redcarpet (3.5.1)
|
redcarpet (3.5.1)
|
||||||
@@ -690,7 +692,7 @@ DEPENDENCIES
|
|||||||
acts-as-taggable-on (~> 8.1.0)
|
acts-as-taggable-on (~> 8.1.0)
|
||||||
acts_as_votable (~> 0.13.1)
|
acts_as_votable (~> 0.13.1)
|
||||||
ahoy_matey (~> 3.2.0)
|
ahoy_matey (~> 3.2.0)
|
||||||
airbrake (~> 7.4.0)
|
airbrake (~> 11.0.3)
|
||||||
ancestry (~> 4.1.0)
|
ancestry (~> 4.1.0)
|
||||||
audited (~> 5.0.1)
|
audited (~> 5.0.1)
|
||||||
autoprefixer-rails (~> 8.2.0)
|
autoprefixer-rails (~> 8.2.0)
|
||||||
|
|||||||
@@ -9,6 +9,8 @@ Airbrake.configure do |config|
|
|||||||
if config.host.blank? || config.project_id.blank? || config.project_key.blank?
|
if config.host.blank? || config.project_id.blank? || config.project_key.blank?
|
||||||
config.ignore_environments += [Rails.env]
|
config.ignore_environments += [Rails.env]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.performance_stats = false
|
||||||
end
|
end
|
||||||
|
|
||||||
Airbrake.add_filter do |notice|
|
Airbrake.add_filter do |notice|
|
||||||
|
|||||||
Reference in New Issue
Block a user