Skip to content

Commit

Permalink
Merge pull request rails#49247 from koic/remove_redundant_blank_line_…
Browse files Browse the repository at this point in the history
…from_gemfile_of_new_app

Remove a redundant blank line from Gemfile of new app
  • Loading branch information
kamipo authored Sep 13, 2023
2 parents 9150a98 + f47d082 commit bd4996b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ group :test do
gem "selenium-webdriver"
<%- if RUBY_VERSION < "3.0" -%>
gem "webdrivers"
<% end %>
<%- end -%>
end
<%- end -%>

0 comments on commit bd4996b

Please sign in to comment.