1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

bump to latest excon

This commit is contained in:
geemus 2011-04-05 10:03:24 -07:00
parent 9508ee283e
commit be60a1555b

View file

@ -43,7 +43,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('builder')
s.add_dependency('excon', '>=0.6.0')
s.add_dependency('excon', '>=0.6.1')
s.add_dependency('formatador', '>=0.1.3')
s.add_dependency('json')
s.add_dependency('mime-types')