Skip to content

Commit

Permalink
Update brakeman requirement from = 6.2.2 to = 7.0.0
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.2.2...v7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent e51bf12 commit ee86b86
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.2.2"
spec.add_dependency "brakeman", "7.0.0"
spec.add_dependency "rubocop-rails", "2.28.0"
end

0 comments on commit ee86b86

Please sign in to comment.