Class: Avm::Tools::Runner::LocalProject::Ruby::Bundler::GemfileLock

Inherits:
EacRubyUtils::Console::DocoptRunner
  • Object
show all
Includes:
EacCli::DefaultRunner
Defined in:
lib/avm/tools/runner/local_project/ruby/bundler/gemfile_lock.rb

Instance Method Summary collapse

Instance Method Details

#runObject



24
25
26
27
28
29
30
31
32
# File 'lib/avm/tools/runner/local_project/ruby/bundler/gemfile_lock.rb', line 24

def run
  loop do
    git_reset_checkout
    bundle_update
    bundle_install
    git_continue
    break if complete?
  end
end