Skip to content

Commit

Permalink
Bump brakeman from 5.3.0 to 5.3.1 (#648)
Browse files Browse the repository at this point in the history
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/commits)

---
updated-dependencies:
- dependency-name: brakeman
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 10, 2022
1 parent 98b6f95 commit 41b37bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ gem 'rails-html-sanitizer', '~> 1.4.3'

group :test do
gem 'bundler-audit', '~> 0.9.1', require: false
gem 'brakeman', '~> 5.3.0', require: false
gem 'brakeman', '~> 5.3.1', require: false

gem 'minitest', '~> 5.16.2'
gem 'minitest-ci', '~> 3.4.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
debug_inspector (>= 0.0.1)
bootsnap (1.13.0)
msgpack (~> 1.2)
brakeman (5.3.0)
brakeman (5.3.1)
builder (3.2.4)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
Expand Down Expand Up @@ -458,7 +458,7 @@ DEPENDENCIES
better_errors (~> 2.9.1)
binding_of_caller (~> 1.0.0)
bootsnap (>= 1.9.1)
brakeman (~> 5.3.0)
brakeman (~> 5.3.1)
bundler-audit (~> 0.9.1)
capybara (~> 3.37.1)
capybara-screenshot (~> 1.0.26)
Expand Down

0 comments on commit 41b37bf

Please sign in to comment.