Skip to content

Commit

Permalink
Update brakeman requirement from = 6.1.1 to = 6.1.2
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.1...v6.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent acd0ec8 commit a50c599
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.1"
spec.add_dependency "brakeman", "6.1.2"
spec.add_dependency "rubocop-rails", "2.23.1"
end

0 comments on commit a50c599

Please sign in to comment.