Bump brakeman from 4.8.2 to 4.9.0 (#9691)
* Bump brakeman from 4.8.2 to 4.9.0 Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.8.2 to 4.9.0. - [Release notes](https://github.com/presidentbeef/brakeman/releases) - [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md) - [Commits](https://github.com/presidentbeef/brakeman/compare/v4.8.2...v4.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump brakeman from 4.8.2 to 4.9.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
60d3ede944
commit
fe51903900
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -111,7 +111,7 @@ gem "webpacker", "~> 5.1.1" # Use webpack to manage app-like JavaScript modules
|
|||
group :development do
|
||||
gem "better_errors", "~> 2.7" # 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.8", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "brakeman", "~> 4.9", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.7" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 1.7", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.0.34", require: false # ERB Linter tool
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ GEM
|
|||
safely_block (>= 0.1.1)
|
||||
bootsnap (1.4.7)
|
||||
msgpack (~> 1.0)
|
||||
brakeman (4.8.2)
|
||||
brakeman (4.9.0)
|
||||
browser (4.2.0)
|
||||
buffer (0.1.3)
|
||||
addressable
|
||||
|
|
@ -859,7 +859,7 @@ DEPENDENCIES
|
|||
binding_of_caller (~> 0.8)
|
||||
blazer (~> 2.2.6)
|
||||
bootsnap (>= 1.1.0)
|
||||
brakeman (~> 4.8)
|
||||
brakeman (~> 4.9)
|
||||
buffer (~> 0.1)
|
||||
bullet (~> 6.1)
|
||||
bundler-audit (~> 0.7)
|
||||
|
|
|
|||
BIN
vendor/cache/brakeman-4.8.2.gem
vendored
BIN
vendor/cache/brakeman-4.8.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/brakeman-4.9.0.gem
vendored
Normal file
BIN
vendor/cache/brakeman-4.9.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue