Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Merge pull request #74 from rackspace/fog_116
Browse files Browse the repository at this point in the history
increased fog version to fog ~> 1.16
  • Loading branch information
Kyle Rames committed Jan 24, 2014
2 parents a844f64 + fb7e52e commit 975bd0e
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 @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.add_dependency "knife-windows"
s.add_dependency "fog", "~> 1.12"
s.add_dependency "fog", '~> 1.16'
s.add_dependency "chef", ">= 0.10.10"
s.require_paths = ["lib"]

Expand Down

0 comments on commit 975bd0e

Please sign in to comment.