capricorn 0.2.09 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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