diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-08 11:47:16 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-09-08 11:47:16 -0700 |
commit | a463b6df7ed3003447644ca99ea52f7ef0b404ea (patch) | |
tree | d69de2b77e9f0fed6d7085ee179cb32507a6c8fb /Gemfile | |
parent | 120b75bca5344d5204793a190dd7978364083870 (diff) | |
download | chef-a463b6df7ed3003447644ca99ea52f7ef0b404ea.tar.gz |
bump mixlib-shellout to 2.0, track ohai+mixlib-shellout master
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ 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 "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "master" gem "ohai", github: "opscode/ohai", branch: "master" group(:docgen) do |