Skip to content

Commit

Permalink
Remove extra new line in the generated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Feb 14, 2024
1 parent bbdb23d commit 53deefa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

<%= gem_ruby_entry %>

<% gemfile_entries.each do |gemfile_entry| %>
<% gemfile_entries.each do |gemfile_entry| -%>
<%= gemfile_entry %>
<% end -%>
<% unless options.minimal? -%>
Expand Down

0 comments on commit 53deefa

Please sign in to comment.