Skip to content

Commit

Permalink
Update brakeman requirement from = 6.1.2 to = 6.2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [brakeman](https://github.com/presidentbeef/brakeman) to permit the latest version.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v6.1.2...v6.2.1)

---
updated-dependencies:
- dependency-name: brakeman
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 5a1b9c3 commit b5bb59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panolint-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0")
end

spec.add_dependency "brakeman", "6.1.2"
spec.add_dependency "brakeman", "6.2.1"
spec.add_dependency "rubocop-rails", "2.26.2"
end

0 comments on commit b5bb59b

Please sign in to comment.