Merge pull request #5382 from consuldemocracy/dependabot/bundler/audited-5.4.3
Bump audited from 5.4.0 to 5.4.3
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -7,7 +7,7 @@ gem "acts_as_votable", "~> 0.14.0"
|
||||
gem "ahoy_matey", "~> 4.2.1"
|
||||
gem "airbrake", "~> 13.0.4"
|
||||
gem "ancestry", "~> 4.3.3"
|
||||
gem "audited", "~> 5.4.0"
|
||||
gem "audited", "~> 5.4.3"
|
||||
gem "autoprefixer-rails", "~> 8.2.0"
|
||||
gem "bing_translator", "~> 6.2.0"
|
||||
gem "cancancan", "~> 3.5.0"
|
||||
|
||||
@@ -89,7 +89,7 @@ GEM
|
||||
ancestry (4.3.3)
|
||||
activerecord (>= 5.2.6)
|
||||
ast (2.4.2)
|
||||
audited (5.4.0)
|
||||
audited (5.4.3)
|
||||
activerecord (>= 5.0, < 7.2)
|
||||
request_store (~> 1.2)
|
||||
autoprefixer-rails (8.2.0)
|
||||
@@ -706,7 +706,7 @@ DEPENDENCIES
|
||||
ahoy_matey (~> 4.2.1)
|
||||
airbrake (~> 13.0.4)
|
||||
ancestry (~> 4.3.3)
|
||||
audited (~> 5.4.0)
|
||||
audited (~> 5.4.3)
|
||||
autoprefixer-rails (~> 8.2.0)
|
||||
bing_translator (~> 6.2.0)
|
||||
bullet (~> 7.1.6)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
Audited.config do |config|
|
||||
config.audit_class = ::Audit
|
||||
config.ignored_default_callbacks = [:touch]
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user