Skip to content

Commit

Permalink
replace webpacker with jetpacker
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Mar 18, 2020
1 parent 5273e95 commit d4e2bb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gemspec
group :development, :test do
gem "mysql2", "~> 0.5.2"
gem "dynomite"
gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
gem "jetpacker"
gem "rspec_junit_formatter"
end
2 changes: 1 addition & 1 deletion lib/jets/commands/templates/skeleton/Gemfile.tt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "jets"
gem "jets", git: "https://github.com/tongueroo/jets.git", submodules: true, branch: "master"

<% if @webpacker -%>
# Include jetpacker if you are you are building html pages
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/apps/franky/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else
gem "jets", git: "https://github.com/tongueroo/jets.git", submodules: true, branch: "master"
end

gem "webpacker", git: "https://github.com/tongueroo/webpacker.git", branch: "jets"
gem "jetpacker"
gem "mysql2", "~> 0.5.2"
gem "dynomite"
# gem "pg", '~> 1.1.3'
Expand Down

0 comments on commit d4e2bb1

Please sign in to comment.