Skip to content

Commit

Permalink
FIX try path for webpacker failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kikonen committed Nov 10, 2019
1 parent 3ce2300 commit 1e32368
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -6,7 +6,10 @@ gem 'rails', '6.0.1'
#gem 'jbuilder'

#gem 'webpacker'
gem 'webpacker', git: 'https://github.com/rails/webpacker'
#gem 'webpacker', git: 'https://github.com/rails/webpacker'
gem 'webpacker', git: 'git@github.com:LuanGB/webpacker.git', branch: 'webpacker-clean_with_hashes_on_manifest'

This comment has been minimized.

Copy link
@swrobel

swrobel Nov 11, 2019

FYI, you can shorten this to github: 'LuanGB/webpacker'




gem 'puma'
gem 'listen'
Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
@@ -1,3 +1,13 @@
GIT
remote: git@github.com:LuanGB/webpacker.git
revision: 0c7a9f750ddf3a4fd9a6ad9f91331c80b15c20fd
branch: webpacker-clean_with_hashes_on_manifest
specs:
webpacker (4.0.7)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)

GIT
remote: git@github.com:kikonen/gi_album_engine.git
revision: c8b1a98371b388774dbd8d160b26e99cda51c17f
Expand Down Expand Up @@ -34,15 +44,6 @@ GIT
gi_test_engine (0.0.1)
rails (>= 6.0.0)

GIT
remote: https://github.com/rails/webpacker
revision: 25ff6537f199304ca8463789b5fb8f345717a669
specs:
webpacker (4.0.7)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down

0 comments on commit 1e32368

Please sign in to comment.