mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
bump excon dep
This commit is contained in:
parent
72c47a06b4
commit
c959517fce
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.1.2'
|
||||
gem 'excon', '>= 0.1.3'
|
||||
gem 'formatador', ">= 0.0.10"
|
||||
gem 'json', ">= 0"
|
||||
gem 'mime-types', ">= 0"
|
||||
|
|
|
@ -31,7 +31,7 @@ dependencies:
|
|||
excon:
|
||||
group:
|
||||
- :default
|
||||
version: ">= 0.1.2"
|
||||
version: ">= 0.1.3"
|
||||
builder:
|
||||
group:
|
||||
- :default
|
||||
|
@ -50,7 +50,7 @@ specs:
|
|||
- builder:
|
||||
version: 2.1.2
|
||||
- excon:
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
- formatador:
|
||||
version: 0.0.14
|
||||
- gestalt:
|
||||
|
@ -69,7 +69,7 @@ specs:
|
|||
version: 0.4.0
|
||||
- shindo:
|
||||
version: 0.1.6
|
||||
hash: 5799aef7324bea69e03170607cb33bea95a3e975
|
||||
hash: a596598313ef742252ac66c844f4838a2a0ac699
|
||||
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.1.2')
|
||||
s.add_dependency('excon', '>=0.1.3')
|
||||
s.add_dependency('formatador', '>=0.0.10')
|
||||
s.add_dependency('json')
|
||||
s.add_dependency('mime-types')
|
||||
|
|
Loading…
Reference in a new issue