From d6f6928fd1097709189cd78689e89032d4c9318d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 29 Aug 2014 15:19:23 -0700 Subject: unicode shell_out fixes plus mixlib-shellout 2.x - use en_US.UTF-8 explicitly rather than relying on mixlib-shellout's 'C' locale in order to force the LANG by default (restores unicode to most chef-client calls now) --- chef.gemspec | 1 + 1 file changed, 1 insertion(+) (limited to 'chef.gemspec') diff --git a/chef.gemspec b/chef.gemspec index 89b4ac2665..fb5cf8406e 100644 --- a/chef.gemspec +++ b/chef.gemspec @@ -19,6 +19,7 @@ Gem::Specification.new do |s| s.add_dependency "mixlib-cli", "~> 1.4" s.add_dependency "mixlib-log", "~> 1.3" s.add_dependency "mixlib-authentication", "~> 1.3" + # FIXME: needs to be bumped to ~> 2.0 once 2.0 is released s.add_dependency "mixlib-shellout", "~> 1.4" s.add_dependency "ohai", "~> 7.2" -- cgit v1.2.1