Skip to content

Commit

Permalink
[CHEF-2182] changing fog dependency to the 0.7.x series as it works c…
Browse files Browse the repository at this point in the history
…orrectly with excon 0.6.1
  • Loading branch information
schisamo committed Apr 6, 2011
1 parent 8b0b9f3 commit 1418827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife-openstack.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency "fog", "~> 0.6.0"
s.add_dependency "fog", "~> 0.7.2"
s.add_dependency "net-ssh", "~> 2.1.3"
s.add_dependency "net-ssh-multi", "~> 1.0.1"
end

0 comments on commit 1418827

Please sign in to comment.