summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Timberman <joshua@opscode.com>2012-03-06 15:47:56 -0800
committerJoshua Timberman <joshua@opscode.com>2012-03-06 15:47:56 -0800
commit0d4bd628bf4da2a761fb16bbfa0be0133e81d9bd (patch)
treee5982844552fa129d81dc52ac92afe6da2a5c015
parentcaac27e6174012cedb0a3ae6994ce4d32dec11da (diff)
parentb6957649f1c49218b42256d95c9d32fb10db01f2 (diff)
downloadmixlib-shellout-0d4bd628bf4da2a761fb16bbfa0be0133e81d9bd.tar.gz
Merge pull request #344 from Andorbal/master
COOK-1037: Current version of rubyzip is causing problems.
-rw-r--r--providers/zipfile.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/providers/zipfile.rb b/providers/zipfile.rb
index cc287d9..5bd6208 100644
--- a/providers/zipfile.rb
+++ b/providers/zipfile.rb
@@ -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