lib/jets/commands/templates/skeleton/Gemfile.tt in jets-2.3.13 vs lib/jets/commands/templates/skeleton/Gemfile.tt in jets-2.3.14
- old
+ new
@@ -1,11 +1,11 @@
source "https://rubygems.org"
-gem "jets"
+gem "jets", git: "https://github.com/tongueroo/jets.git", submodules: true, branch: "master"
<% if @webpacker -%>
-# Include webpacker if you are you are building html pages
-gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
+# Include jetpacker if you are 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
gem "pg", "~> 1.1.3"