Skip to content

Instantly share code, notes, and snippets.

@maoueh
Last active August 29, 2015 13:57
Show Gist options
  • Save maoueh/9547066 to your computer and use it in GitHub Desktop.
Save maoueh/9547066 to your computer and use it in GitHub Desktop.
Extra Windows packages to put in Gemfile for Chef (or Chef dependent) applications
# Add at the end of the Gemfile if ruby is complaining about
# missing Windows packages like win32-api.
# Pick if Ruby 1.9.x x86 via WindowsInstalle. Usually, versions are not required
platforms :mingw_19 do
gem 'rdp-ruby-wmi', '= 0.3.1'
gem 'win32-dir', '= 0.3.7'
gem 'win32-event', '= 0.5.2'
gem 'win32-mutex', '= 0.3.1'
gem 'win32-service', '= 0.7.2'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment