Skip to content

Commit

Permalink
Bump brakeman from 6.0.1 to 6.1.0 (#409)
Browse files Browse the repository at this point in the history
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v6.0.1...v6.1.0)

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

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 Dec 10, 2023
1 parent 470ef10 commit 6904818
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 @@ -55,7 +55,7 @@ gem "turbo-rails", "~> 1.4" # Hotwire's SPA-like page accelerator [https://turbo

group :development, :test do
gem "capybara", "~> 3.39"
gem "brakeman", "~> 6.0"
gem "brakeman", "~> 6.1"
gem "debug", "~> 1.8", platforms: %i[mri mingw x64_mingw] # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "rspec-rails", "~> 6.1"
gem "standard", "~> 1.32"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
bindex (0.8.1)
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.0.1)
brakeman (6.1.0)
builder (3.2.4)
capybara (3.39.2)
addressable
Expand Down Expand Up @@ -399,7 +399,7 @@ DEPENDENCIES
annotate (~> 3.2)
babosa (~> 2.0)
bootsnap (~> 1.17)
brakeman (~> 6.0)
brakeman (~> 6.1)
capybara (~> 3.39)
countries (~> 5.7)
debug (~> 1.8)
Expand Down

0 comments on commit 6904818

Please sign in to comment.