Method: Cms::Commands::Actions#run_bundle_install
- Defined in:
- lib/cms/commands/actions.rb
#run_bundle_install ⇒ Object
Runs ‘bundle install` inside the correct project directory (unless –skip_bundle was passed to the command)
31 32 33 |
# File 'lib/cms/commands/actions.rb', line 31 def run_bundle_install run "bundle install" unless [:skip_bundle] end |