capricorn 0.2.09 → 0.2.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -197,7 +197,7 @@ module Capricorn
197
197
  # update a gem
198
198
  def gem_update(name, options={})
199
199
  output = if name == :all
200
- gem_cmd('update', options)
200
+ gem_cmd('update', nil, options)
201
201
  else
202
202
  gem_cmd('update', name, options)
203
203
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capricorn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.09
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Menke