diff options
author | John Keiser <jkeiser@opscode.com> | 2013-09-17 11:07:58 -0700 |
---|---|---|
committer | John Keiser <jkeiser@opscode.com> | 2013-09-17 11:07:58 -0700 |
commit | 99899ada1da8cfa635f14f21e876191d015708aa (patch) | |
tree | d375d3abfc453455a8f91586607272ad68b2337c /chef.gemspec | |
parent | c5012d8258dbd555b8691c5af34155b9308b8769 (diff) | |
download | chef-99899ada1da8cfa635f14f21e876191d015708aa.tar.gz |
Fix activesupport daemonize issue by pulling latest mixlib-config
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec index 8baab8662e..769693a56f 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.email = "adam@opscode.com" s.homepage = "http://wiki.opscode.com/display/chef" - s.add_dependency "mixlib-config", ">= 2.0.0.rc.4" + s.add_dependency "mixlib-config", ">= 2.0.0.rc.5" s.add_dependency "mixlib-cli", "~> 1.3.0" s.add_dependency "mixlib-log", ">= 1.3.0" s.add_dependency "mixlib-authentication", ">= 1.3.0" |