Method: DiscoAppGenerator#bundle_install
- Defined in:
- lib/generators/disco_app/disco_app_generator.rb
#bundle_install ⇒ Object
Run bundle install to add our new gems before running tasks.
71 72 73 74 75 |
# File 'lib/generators/disco_app/disco_app_generator.rb', line 71 def bundle_install Bundler.with_clean_env do run 'bundle install' end end |