lib/generators/install/hyperstack_generator.rb in rails-hyperstack-1.0.alpha1.5 vs lib/generators/install/hyperstack_generator.rb in rails-hyperstack-1.0.alpha1.6

- old
+ new

@@ -212,10 +212,10 @@ def add_gems end def install - Bundler.with_clean_env do + Bundler.with_unbundled_env do run "bundle install" end run 'bundle exec rails webpacker:install' end