Class: Anvil::Bundler

Inherits:
Object
  • Object
show all
Defined in:
lib/anvil/bundler.rb

Instance Method Summary collapse

Instance Method Details

#update_gem(gem_name) ⇒ Object



3
4
5
6
# File 'lib/anvil/bundler.rb', line 3

def update_gem(gem_name)
  line = Cocaine::CommandLine.new('bundle', 'update :gem')
  line.run gem: gem_name
end