lib/jets/commands/templates/skeleton/Gemfile.tt in jets-1.9.30 vs lib/jets/commands/templates/skeleton/Gemfile.tt in jets-1.9.31
- old
+ new
@@ -5,13 +5,15 @@
<% if @webpacker -%>
# Include webpacker if you are you are building html pages
gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
<% end -%>
<% if @database == 'postgresql' %>
-# Include pg gem if you are using ActiveRecord, remove if you are not
+# Include pg gem if you are using ActiveRecord, remove next line
+# and config/database.yml file if you are not
gem "pg", "~> 1.1.3"
<% elsif @database == 'mysql' %>
-# Include mysql2 gem if you are using ActiveRecord, remove if you are not
+# Include mysql2 gem if you are using ActiveRecord, remove next line
+# and config/database.yml file if you are not
gem "mysql2", "~> 0.5.2"
<% end %>
<% unless options[:mode] == 'job' -%>
gem "dynomite"
<% end -%>