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 /Gemfile | |
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 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ gemspec :name => "chef" gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby" +gem "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "lcg/remove-lc-all-hack" +gem "ohai", github: "opscode/ohai", branch: "master" + group(:docgen) do gem "yard" end |