forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't add bin/brakeman if brakeman is not in bundle
Running `bin/rails app:update` with Rails 7.2.0 adds bin/brakeman even if it's not in the Gemfile already. This checks whether brakeman is in the bundle (can be required), otherwise skips brakeman for the application generator.
- Loading branch information
1 parent
d7f9347
commit 0d99610
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters