Skip to content

Commit

Permalink
fix chef version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Jun 22, 2012
1 parent a021a4d commit 4b620af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capistrano-chef.gemspec
Expand Up @@ -20,5 +20,5 @@ 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 'capistrano', '>= 2'
s.add_dependency 'chef', '~> 0.10.8'
s.add_dependency 'chef', '>= 0.10.8'
end

0 comments on commit 4b620af

Please sign in to comment.