mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump excon dependency
This commit is contained in:
parent
45276427e8
commit
7c0af34949
3 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
|||
source 'http://gemcutter.org'
|
||||
|
||||
gem 'rake'
|
||||
gem 'excon', '>= 0.0.22'
|
||||
gem 'excon', '>= 0.0.24'
|
||||
gem 'formatador', ">= 0.0.10"
|
||||
gem 'json', ">= 0"
|
||||
gem 'mime-types', ">= 0"
|
||||
|
|
|
@ -31,7 +31,7 @@ dependencies:
|
|||
excon:
|
||||
group:
|
||||
- :default
|
||||
version: ">= 0.0.22"
|
||||
version: ">= 0.0.24"
|
||||
shindo:
|
||||
group:
|
||||
- :default
|
||||
|
@ -44,7 +44,7 @@ specs:
|
|||
- rake:
|
||||
version: 0.8.7
|
||||
- excon:
|
||||
version: 0.0.22
|
||||
version: 0.0.24
|
||||
- formatador:
|
||||
version: 0.0.14
|
||||
- gestalt:
|
||||
|
@ -63,7 +63,7 @@ specs:
|
|||
version: 0.4.0
|
||||
- shindo:
|
||||
version: 0.0.18
|
||||
hash: a39d842433b002231eebfd269d32fe72b489b62f
|
||||
hash: f7c60e9940d07b3b405ee2ac71eda00f018df121
|
||||
sources:
|
||||
- Rubygems:
|
||||
uri: http://gemcutter.org
|
||||
|
|
|
@ -42,7 +42,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
## List your runtime dependencies here. Runtime dependencies are those
|
||||
## that are needed for an end user to actually USE your code.
|
||||
s.add_dependency('excon', '>=0.0.23')
|
||||
s.add_dependency('excon', '>=0.0.24')
|
||||
s.add_dependency('formatador', '>=0.0.10')
|
||||
s.add_dependency('json')
|
||||
s.add_dependency('mime-types')
|
||||
|
|
Loading…
Reference in a new issue