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

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

Constant Summary collapse

TRANSLATE_CLASS =
self

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
19
20
# File 'lib/avm/projects/stereotypes/ruby_gem/update.rb', line 16

def run
  gemfile_lock_checkout
  bundle_update
  gemfile_lock_commit
end

#run_beforeObject



22
23
24
# File 'lib/avm/projects/stereotypes/ruby_gem/update.rb', line 22

def run_before
  [:git]
end