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