mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
another excon bump
This commit is contained in:
parent
82d3fc95f4
commit
ffab814414
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ PATH
|
||||||
specs:
|
specs:
|
||||||
fog (0.5.1)
|
fog (0.5.1)
|
||||||
builder
|
builder
|
||||||
excon (>= 0.5.1)
|
excon (>= 0.5.2)
|
||||||
formatador (>= 0.0.16)
|
formatador (>= 0.0.16)
|
||||||
json
|
json
|
||||||
mime-types
|
mime-types
|
||||||
|
@ -15,7 +15,7 @@ GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
builder (3.0.0)
|
builder (3.0.0)
|
||||||
excon (0.5.1)
|
excon (0.5.2)
|
||||||
formatador (0.0.16)
|
formatador (0.0.16)
|
||||||
json (1.4.6)
|
json (1.4.6)
|
||||||
mime-types (1.16)
|
mime-types (1.16)
|
||||||
|
|
|
@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
||||||
## List your runtime dependencies here. Runtime dependencies are those
|
## List your runtime dependencies here. Runtime dependencies are those
|
||||||
## that are needed for an end user to actually USE your code.
|
## that are needed for an end user to actually USE your code.
|
||||||
s.add_dependency('builder')
|
s.add_dependency('builder')
|
||||||
s.add_dependency('excon', '>=0.5.1')
|
s.add_dependency('excon', '>=0.5.2')
|
||||||
s.add_dependency('formatador', '>=0.0.16')
|
s.add_dependency('formatador', '>=0.0.16')
|
||||||
s.add_dependency('json')
|
s.add_dependency('json')
|
||||||
s.add_dependency('mime-types')
|
s.add_dependency('mime-types')
|
||||||
|
|
Loading…
Add table
Reference in a new issue