summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-10 14:01:08 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-10 14:01:08 -0700
commit86ea29a18352063d9e92ea8176dc4c2fdda360d3 (patch)
tree1d212fd68896e3d3f06d3488266871bb6a414f96
parent6bbd8940901f0cec2ec3b871b6d9e8a31373e3bc (diff)
downloadohai-86ea29a18352063d9e92ea8176dc4c2fdda360d3.tar.gz
mixlib-shellout gem released
i believe we still need to pull in chef-12 off github in the dev gems
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index a688da1f..aba36fa9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,8 +8,6 @@ gemspec
gem "rspec_junit_formatter", :git => 'https://github.com/sj26/rspec_junit_formatter.git',
:ref => "147836c41fab23ff7b92806f34122c8e5f2ddcad"
-gem "mixlib-shellout", github: "opscode/mixlib-shellout", branch: "master"
-
group :development do
gem "chef", github: "opscode/chef", branch: "master"