Bump brakeman from 5.1.2 to 5.2.0 (#15805)
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.1.2 to 5.2.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/v5.1.2...v5.2.0) --- updated-dependencies: - dependency-name: brakeman dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
12fd5441cb
commit
d2bf8e9b77
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -123,7 +123,7 @@ gem "webpacker", "~> 5.4.3" # Use webpack to manage app-like JavaScript modules
|
|||
group :development do
|
||||
gem "better_errors", "~> 2.9" # Provides a better error page for Rails and other Rack apps
|
||||
|
||||
gem "brakeman", "~> 5.1", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "brakeman", "~> 5.2", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.9" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 2.1", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "easy_translate", "~> 0.5.1" # Google translate tie-in to be used with i18n tasks
|
||||
|
|
|
|||
|
|
@ -121,7 +121,7 @@ GEM
|
|||
safely_block (>= 0.1.1)
|
||||
bootsnap (1.9.3)
|
||||
msgpack (~> 1.0)
|
||||
brakeman (5.1.2)
|
||||
brakeman (5.2.0)
|
||||
browser (5.3.1)
|
||||
brpoplpush-redis_script (0.1.2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.5)
|
||||
|
|
@ -924,7 +924,7 @@ DEPENDENCIES
|
|||
better_errors (~> 2.9)
|
||||
blazer (~> 2.4.8)
|
||||
bootsnap (>= 1.1.0)
|
||||
brakeman (~> 5.1)
|
||||
brakeman (~> 5.2)
|
||||
bullet (~> 6.1)
|
||||
bundler-audit (~> 0.9)
|
||||
capybara (~> 3.36.0)
|
||||
|
|
|
|||
BIN
vendor/cache/brakeman-5.1.2.gem
vendored
BIN
vendor/cache/brakeman-5.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/brakeman-5.2.0.gem
vendored
Normal file
BIN
vendor/cache/brakeman-5.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue