Upgrade brakeman to 4.5 (#2527) [ci skip]
This commit is contained in:
parent
d2fbd243c3
commit
75741715e5
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -103,7 +103,7 @@ gem "webpush", "~> 0.3" # Encryption Utilities for Web Push payload
|
|||
group :development do
|
||||
gem "better_errors", "~> 2.5" # Provides a better error page for Rails and other Rack apps
|
||||
gem "binding_of_caller", "~> 0.8" # Retrieve the binding of a method's caller
|
||||
gem "brakeman", "~> 4.4", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "brakeman", "~> 4.5", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bullet", "~> 5.9" # help to kill N+1 queries and unused eager loading
|
||||
gem "bundler-audit", "~> 0.6" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 1.3", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ GEM
|
|||
debug_inspector (>= 0.0.1)
|
||||
bootsnap (1.4.2)
|
||||
msgpack (~> 1.0)
|
||||
brakeman (4.4.0)
|
||||
brakeman (4.5.0)
|
||||
buffer (0.1.3)
|
||||
addressable
|
||||
environs
|
||||
|
|
@ -974,7 +974,7 @@ DEPENDENCIES
|
|||
better_errors (~> 2.5)
|
||||
binding_of_caller (~> 0.8)
|
||||
bootsnap (>= 1.1.0)
|
||||
brakeman (~> 4.4)
|
||||
brakeman (~> 4.5)
|
||||
buffer (~> 0.1)
|
||||
bullet (~> 5.9)
|
||||
bundler-audit (~> 0.6)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue