Class: Middleman::Cli::Upgrade

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/middleman-core/cli/bundler.rb

Overview

A upgrading Bundler

Instance Method Summary collapse

Instance Method Details

#upgradeObject

The upgrade task



29
30
31
32
33
# File 'lib/middleman-core/cli/bundler.rb', line 29

def upgrade
  inside(ENV["MM_ROOT"]) do
    run('bundle update')#, :capture => true)
  end
end