Skip to content

Commit

Permalink
[misc] bump excon dep
Browse files Browse the repository at this point in the history
closes #382
  • Loading branch information
geemus committed Jul 5, 2011
1 parent 5d9151f commit ea9433b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog.gemspec
Expand Up @@ -37,7 +37,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.1')
s.add_dependency('excon', '~>0.6.4')
s.add_dependency('formatador', '>=0.1.3')
s.add_dependency('json')
s.add_dependency('mime-types')
Expand Down

0 comments on commit ea9433b

Please sign in to comment.