Upgrade brakeman to 4.5 (#2527) [ci skip]

This commit is contained in:
rhymes 2019-04-24 20:28:15 +02:00 committed by Mac Siri
parent d2fbd243c3
commit 75741715e5
2 changed files with 3 additions and 3 deletions

View file

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

View file

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