Module: Jumpup::BundlerCommand
- Extended by:
- Rake::DSL
- Defined in:
- lib/jumpup/commands/bundler_command.rb
Class Method Summary collapse
Class Method Details
.install_with_clean_env ⇒ Object
8 9 10 11 12 |
# File 'lib/jumpup/commands/bundler_command.rb', line 8 def install_with_clean_env Bundler.with_clean_env do sh 'bundle install --quiet' end end |