Sha256: 8ebc7770d4644f93a6a30811c9d4ad71528efc7106f71f03001b450e6e97adcf
Contents?: true
Size: 173 Bytes
Versions: 3
Compression:
Stored size: 173 Bytes
Contents
module Anvil class Bundler def self.update_gem(gem_name) line = Cocaine::CommandLine.new('bundle', 'update :gem') line.run gem: gem_name end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
anvil-core-0.3.2 | lib/anvil/bundler.rb |
anvil-core-0.3.1 | lib/anvil/bundler.rb |
anvil-core-0.3.0 | lib/anvil/bundler.rb |