summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-09-16 17:03:34 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-09-17 15:33:08 -0700
commitfd2c5ead4f645016888d328b99152f8f1e3d3d75 (patch)
tree9b431368ed12b6718ceaaa6b09773f01befb480b /Gemfile
parent938a15b2e310a22a093220b7bbb816e69942b6eb (diff)
downloadohai-fd2c5ead4f645016888d328b99152f8f1e3d3d75.tar.gz
Pull Mixlib::ShellOut from master to fix reaping bug.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 78b21055..c0751e4a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,12 @@ source "https://rubygems.org"
gemspec
group :development do
+
+ # Fixes https://tickets.opscode.com/browse/MIXLIB-17
+ # This line can be removed and replaced with a line in the gemspec that specifies
+ # that the mixlib::shellout version be > 1.2.0
+ gem "mixlib-shellout", :git => "https://github.com/opscode/mixlib-shellout.git"
+
gem "sigar", :platform => "ruby"
gem 'plist'
# gem 'pry'