diff options
author | Theodore Nordsieck <theo@opscode.com> | 2013-09-16 17:03:34 -0700 |
---|---|---|
committer | Theodore Nordsieck <theo@opscode.com> | 2013-09-17 15:33:08 -0700 |
commit | fd2c5ead4f645016888d328b99152f8f1e3d3d75 (patch) | |
tree | 9b431368ed12b6718ceaaa6b09773f01befb480b /Gemfile | |
parent | 938a15b2e310a22a093220b7bbb816e69942b6eb (diff) | |
download | ohai-fd2c5ead4f645016888d328b99152f8f1e3d3d75.tar.gz |
Pull Mixlib::ShellOut from master to fix reaping bug.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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' |