Class: Avm::EacRubyBase1::Sources::Update

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/eac_ruby_base1/sources/update.rb,
lib/avm/eac_ruby_base1/sources/update/sub_update.rb

Defined Under Namespace

Classes: SubUpdate

Instance Method Summary collapse

Instance Method Details

#bundle_updateObject



16
17
18
19
# File 'lib/avm/eac_ruby_base1/sources/update.rb', line 16

def bundle_update
  infom 'Running "bundle update && bundle install"...'
  source.bundle_update.execute!
end