Class: Avm::Projects::Stereotypes::RubyGem::Update

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/projects/stereotypes/ruby_gem/update.rb

Instance Method Summary collapse

Instance Method Details

#runObject



13
14
15
16
17
# File 'lib/avm/projects/stereotypes/ruby_gem/update.rb', line 13

def run
  gemfile_lock_checkout
  bundle_update
  gemfile_lock_commit
end