Skip to content

Commit bd4996b

Browse files
authored
Merge pull request rails#49247 from koic/remove_redundant_blank_line_from_gemfile_of_new_app
Remove a redundant blank line from Gemfile of new app
2 parents 9150a98 + f47d082 commit bd4996b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ group :test do
6363
gem "selenium-webdriver"
6464
<%- if RUBY_VERSION < "3.0" -%>
6565
gem "webdrivers"
66-
<% end %>
66+
<%- end -%>
6767
end
6868
<%- end -%>

0 commit comments

Comments
 (0)