diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-29 15:19:23 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-08 11:10:05 -0700 |
commit | d6f6928fd1097709189cd78689e89032d4c9318d (patch) | |
tree | 9a42a5c5784824cc8f32687f337eacb199c70ad8 /chef.gemspec | |
parent | 3fb87cc744d1e1134476496dedc9125a25add859 (diff) | |
download | chef-d6f6928fd1097709189cd78689e89032d4c9318d.tar.gz |
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)
Diffstat (limited to 'chef.gemspec')
-rw-r--r-- | chef.gemspec | 1 |
1 files changed, 1 insertions, 0 deletions
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" |