Module: Unwrappr::BundlerCommandRunner
- Defined in:
- lib/unwrappr/bundler_command_runner.rb
Overview
Runs the bundle command. No surprises.
Class Method Summary collapse
Class Method Details
.bundle_update! ⇒ Object
9 10 11 |
# File 'lib/unwrappr/bundler_command_runner.rb', line 9 def bundle_update! raise 'bundle update failed' unless updated_gems? end |