Skip to content

Commit

Permalink
build(deps-dev): bump brakeman from 6.1.1 to 6.1.2
Browse files Browse the repository at this point in the history
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v6.1.1...v6.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 25, 2024
1 parent 4bb3692 commit f932aee
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 @@ -59,7 +59,7 @@ group :development, :test do
gem 'rubocop-performance', '~> 1.20.2'
gem 'rubocop-rails', '~> 2.23.1'
gem 'rubocop-rspec', '~> 2.26.1' # or gem 'rubocop-minitest'
gem 'brakeman', '~> 6.1.1'
gem 'brakeman', '~> 6.1.2'
end

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ GEM
bindex (0.8.1)
bootsnap (1.17.1)
msgpack (~> 1.2)
brakeman (6.1.1)
brakeman (6.1.2)
racc
builder (3.2.4)
byebug (11.1.3)
Expand Down Expand Up @@ -395,7 +395,7 @@ DEPENDENCIES
aws-sdk-s3 (~> 1)
aws-sdk-ssm (~> 1.162.0)
bootsnap (~> 1.17.1)
brakeman (~> 6.1.1)
brakeman (~> 6.1.2)
byebug (~> 11.1.3)
canonical-rails!
ccs-frontend_helpers (~> 0.1.2)
Expand Down

0 comments on commit f932aee

Please sign in to comment.