mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump shindo dep
This commit is contained in:
parent
862e30e84b
commit
3be09e4d67
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -9,5 +9,5 @@ gem 'net-ssh', ">= 0"
|
|||
gem 'nokogiri', ">= 0"
|
||||
gem 'ruby-hmac', ">= 0"
|
||||
gem 'rspec', '>= 0'
|
||||
gem 'shindo', '>= 0.1.4'
|
||||
gem 'shindo', '>= 0.1.5'
|
||||
gem 'builder', '>= 0'
|
||||
|
|
|
@ -39,7 +39,7 @@ dependencies:
|
|||
shindo:
|
||||
group:
|
||||
- :default
|
||||
version: ">= 0.1.4"
|
||||
version: ">= 0.1.5"
|
||||
nokogiri:
|
||||
group:
|
||||
- :default
|
||||
|
@ -68,8 +68,8 @@ specs:
|
|||
- ruby-hmac:
|
||||
version: 0.4.0
|
||||
- shindo:
|
||||
version: 0.1.4
|
||||
hash: da3f548f91388bc9e002c42ee2a4488bc8db9991
|
||||
version: 0.1.5
|
||||
hash: f165ab405ad34fe69f19febaa994c2509087a809
|
||||
sources:
|
||||
- Rubygems:
|
||||
uri: http://gemcutter.org
|
||||
|
|
Loading…
Reference in a new issue