lib/jets/commands/templates/skeleton/Gemfile.tt in jets-2.3.16 vs lib/jets/commands/templates/skeleton/Gemfile.tt in jets-2.3.17
- old
+ new
@@ -1,10 +1,10 @@
source "https://rubygems.org"
gem "jets"
<% if @webpacker -%>
-# Include jetpacker if you are you are building html pages
+# Include jetpacker if you are building html pages
gem "jetpacker"
<% end -%>
<% if @database == 'postgresql' %>
# Include pg gem if you are using ActiveRecord, remove next line
# and config/database.yml file if you are not