You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments