Skip to content

Commit

Permalink
CHEF-3108: remove mixlib-shellout version constraint on the RC release
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed May 13, 2012
1 parent 268b14b commit d12446b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/chef.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-cli", ">= 1.1.0"
s.add_dependency "mixlib-log", ">= 1.3.0"
s.add_dependency "mixlib-authentication", ">= 1.1.0"
s.add_dependency "mixlib-shellout", "~> 1.0.0.rc"
s.add_dependency "mixlib-shellout"
s.add_dependency "ohai", ">= 0.6.0"

s.add_dependency "rest-client", ">= 1.0.4", "< 1.7.0"
Expand Down

0 comments on commit d12446b

Please sign in to comment.