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 239e988 commit cbcc1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife-rackspace.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.email = "[email protected]"
s.homepage = "http://wiki.opscode.com/display/chef"

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"
s.require_path = 'lib'
Expand Down

0 comments on commit cbcc1c0

Please sign in to comment.