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

Update excon dependency to version ~>0.27.0

This commit is contained in:
Erik Michaels-Ober 2013-10-05 09:39:06 +02:00
parent 30ab48fa8a
commit 1c8779bfce

View file

@ -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('builder')
s.add_dependency('excon', '~>0.26.0')
s.add_dependency('excon', '~>0.27.0')
s.add_dependency('formatador', '~>0.2.0')
s.add_dependency('multi_json', '~>1.0')
s.add_dependency('mime-types')