diff --git a/Gemfile b/Gemfile index 478d2d3..1ffb5aa 100644 --- a/Gemfile +++ b/Gemfile @@ -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' + + gem 'puma' gem 'listen' diff --git a/Gemfile.lock b/Gemfile.lock index 07c8aed..1b0c3dc 100644 --- a/Gemfile.lock +++ b/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 @@ -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: