Skip to content

Commit

Permalink
Merge pull request fog#2218 from sferik/update_excon_dependency
Browse files Browse the repository at this point in the history
Update excon dependency to version ~>0.26.0
  • Loading branch information
geemus committed Oct 4, 2013
2 parents e488515 + 4d2b487 commit cbb467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog.gemspec
Expand Up @@ -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.25.0')
s.add_dependency('excon', '~>0.26.0')
s.add_dependency('formatador', '~>0.2.0')
s.add_dependency('multi_json', '~>1.0')
s.add_dependency('mime-types')
Expand Down

0 comments on commit cbb467f

Please sign in to comment.