Skip to content

Commit

Permalink
Merge pull request #138 from swipely/update_excon
Browse files Browse the repository at this point in the history
update excon dep to >= 0.34.0
  • Loading branch information
bfulton committed May 30, 2014
2 parents 827ce21 + ac826a7 commit 103f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.name = "docker-api"
gem.require_paths = %w{lib}
gem.version = Docker::VERSION
gem.add_dependency 'excon', '>= 0.28'
gem.add_dependency 'excon', '>= 0.34.0'
gem.add_dependency 'json'
gem.add_dependency 'archive-tar-minitar'
gem.add_development_dependency 'rake'
Expand Down

0 comments on commit 103f36c

Please sign in to comment.