Class: Avm::Projects::Stereotypes::RubyGem::Update
- Defined in:
- lib/avm/projects/stereotypes/ruby_gem/update.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |