Skip to content

Commit 27fa049

Browse files
Fix extra blank line when adding rubocop-rails-omakase and brakeman (rails#50626)
1 parent c09f963 commit 27fa049

File tree

1 file changed

+2
-2
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+2
-2
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile.tt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ group :development, :test do
3737
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
3838
gem "debug", platforms: %i[ mri <%= bundler_windows_platforms %> ]
3939
<%- unless options.skip_brakeman? -%>
40+
4041
# Static analysis for security vulnerabilities [https://brakemanscanner.org/]
4142
gem "brakeman", require: false
42-
4343
<%- end -%>
4444
<%- unless options.skip_rubocop? -%>
45+
4546
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
4647
gem "rubocop-rails-omakase", require: false
47-
4848
<%- end -%>
4949
end
5050
<% end -%>

0 commit comments

Comments
 (0)