summaryrefslogtreecommitdiffhomepage
path: root/axlsx.gemspec
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-04-05 17:03:52 +0900
committerRandy Morgan <[email protected]>2012-04-05 17:03:52 +0900
commit2861af86f3b4b0fd4caa22b74e084ab0277da220 (patch)
tree407063cca7b6f0eb5dc6c685980f35590b05b6ce /axlsx.gemspec
parentfa48ece3f135a9dba4307a26c0137684c8e30262 (diff)
downloadcaxlsx-2861af86f3b4b0fd4caa22b74e084ab0277da220.tar.gz
caxlsx-2861af86f3b4b0fd4caa22b74e084ab0277da220.zip
improper version pin for using ZipOutputStream to StringIO for those folks who are still on the 2009 version of rubyzip
Diffstat (limited to 'axlsx.gemspec')
-rw-r--r--axlsx.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec
index 1dee3358..ae3d2aaa 100644
--- a/axlsx.gemspec
+++ b/axlsx.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'nokogiri', '>= 1.4.1'
s.add_runtime_dependency 'rmagick', '>= 2.12.2' unless Object.const_defined? :JRUBY_VERSION
s.add_runtime_dependency 'rmagick4j', '>= 0.3.7' if Object.const_defined? :JRUBY_VERSION
- s.add_runtime_dependency 'rubyzip', '~> 0.9'
+ s.add_runtime_dependency 'rubyzip', '>= 0.9.5'
s.add_runtime_dependency 'rake', '0.8.7' if RUBY_VERSION == "1.9.2"
s.add_runtime_dependency 'rake', '>= 0.8.7' if ["1.9.3", "1.8.7"].include?(RUBY_VERSION)