Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
COOK-1037: specified that the windows_zipfile provider use version 0.…
Browse files Browse the repository at this point in the history
…9.5 of rubyzip as 0.9.6.1 causes problems
  • Loading branch information
Andorbal committed Feb 21, 2012
1 parent c61bc41 commit 59f4fb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/providers/zipfile.rb
Expand Up @@ -46,6 +46,7 @@ def ensure_rubyzip_gem_installed
rescue LoadError
Chef::Log.info("Missing gem 'rubyzip'...installing now.")
gem_package "rubyzip" do
version "0.9.5"
action :nothing
end.run_action(:install)
Gem.clear_paths
Expand Down

0 comments on commit 59f4fb9

Please sign in to comment.