summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-08 11:47:16 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-08 11:47:16 -0700
commita463b6df7ed3003447644ca99ea52f7ef0b404ea (patch)
treed69de2b77e9f0fed6d7085ee179cb32507a6c8fb /Gemfile
parent120b75bca5344d5204793a190dd7978364083870 (diff)
downloadchef-a463b6df7ed3003447644ca99ea52f7ef0b404ea.tar.gz
bump mixlib-shellout to 2.0, track ohai+mixlib-shellout master
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 0aedba19d1..3701211e4f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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