We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09f963 commit 27fa049Copy full SHA for 27fa049
railties/lib/rails/generators/rails/app/templates/Gemfile.tt
@@ -37,14 +37,14 @@ group :development, :test do
37
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
38
gem "debug", platforms: %i[ mri <%= bundler_windows_platforms %> ]
39
<%- unless options.skip_brakeman? -%>
40
+
41
# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
42
gem "brakeman", require: false
-
43
<%- end -%>
44
<%- unless options.skip_rubocop? -%>
45
46
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
47
gem "rubocop-rails-omakase", require: false
48
49
end
50
<% end -%>
0 commit comments