Skip to content

Commit

Permalink
fix(frontend): use webpacker from rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq authored and rjherrera committed Sep 5, 2019
1 parent d601b47 commit f11cba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/potassium/recipes/front_end.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def ask
def create
return if [:none, :None].include? get(:front_end).to_sym

gather_gem 'webpacker', github: 'rails/webpacker'
gather_gem 'webpacker'

after(:gem_install) do
value = get(:front_end)
Expand Down

0 comments on commit f11cba3

Please sign in to comment.