diff options
author | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-07-22 15:17:58 -0400 |
---|---|---|
committer | Kartik Null Cating-Subramanian <ksubramanian@chef.io> | 2015-07-24 15:12:08 -0400 |
commit | ca8a8bdb000c7cb82588cc56ddfb32464babf3c3 (patch) | |
tree | 4a799a0dc2bcd0285dc37c69541b0445e07a69f2 /lib/chef/win32 | |
parent | 283301d40e6449f9d513d18afacdb6ca360898d9 (diff) | |
download | chef-ca8a8bdb000c7cb82588cc56ddfb32464babf3c3.tar.gz |
Add ability to specify dependencies in chef-service-manager.
Diffstat (limited to 'lib/chef/win32')
-rw-r--r-- | lib/chef/win32/version.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/chef/win32/version.rb b/lib/chef/win32/version.rb index 17c27e4780..6a7a65b01b 100644 --- a/lib/chef/win32/version.rb +++ b/lib/chef/win32/version.rb @@ -122,10 +122,6 @@ class Chef # WMI always returns the truth. See article at # http://msdn.microsoft.com/en-us/library/windows/desktop/ms724439(v=vs.85).aspx - # CHEF-4888: Work around ruby #2618, expected to be fixed in Ruby 2.1.0 - # https://github.com/ruby/ruby/commit/588504b20f5cc880ad51827b93e571e32446e5db - # https://github.com/ruby/ruby/commit/27ed294c7134c0de582007af3c915a635a6506cd - wmi = WmiLite::Wmi.new os_info = wmi.first_of('Win32_OperatingSystem') os_version = os_info['version'] |