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
20
21
# File 'lib/avm/eac_ruby_base1/sources/update.rb', line 16

def bundle_update
  infom 'Running "bundle update"...'
  ruby_gem.bundle('update').execute!
  infom 'Running "bundle install"...'
  ruby_gem.bundle('install').execute!
end