summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2012-12-21 14:15:36 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-21 14:15:36 -0800
commitec584d3b62a91b04199185396b5bd04a63b9ef6d (patch)
treec6371e20b5c75d99d77f8fe3b70134726ff0fbda
parent217cf85876651185b33fb574de7256e5a499d499 (diff)
downloadchef-ec584d3b62a91b04199185396b5bd04a63b9ef6d.tar.gz
CHEF-3718: pin systemu version for windows
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 4a84958e39..b65ae2ffcf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ group(:development, :test) do
end
platforms :mswin, :mingw do
+ gem "systemu", "2.2.0" # CHEF-3718
gem "ffi", "1.0.9"
gem "rdp-ruby-wmi", "0.3.1"
gem "windows-api", "0.4.0"