diff options
| author | Michael Zaccari <[email protected]> | 2016-11-23 12:56:48 -0500 |
|---|---|---|
| committer | Michael Zaccari <[email protected]> | 2016-11-23 12:56:48 -0500 |
| commit | 61d54e640b819e4a00748272497b55a04236d951 (patch) | |
| tree | 2f8ac29a2a7e9b32e4e4f9c85303b1bd5f1106f5 /axlsx.gemspec | |
| parent | 6b3d6756d835cbf73e807b092456616657141225 (diff) | |
| download | caxlsx-61d54e640b819e4a00748272497b55a04236d951.tar.gz caxlsx-61d54e640b819e4a00748272497b55a04236d951.zip | |
refactor: upgrade rubyzip to 1.2.0
The fix for JRuby's ObjectSpace is the motivation for this PR.
There doesn't appear to be any breaking changes, mostly bugfixes:
https://github.com/rubyzip/rubyzip/blob/master/Changelog.md#120
All tests pass with MRI/JRuby
Diffstat (limited to 'axlsx.gemspec')
| -rw-r--r-- | axlsx.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axlsx.gemspec b/axlsx.gemspec index b4cec557..81c30c71 100644 --- a/axlsx.gemspec +++ b/axlsx.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.test_files = Dir.glob("{test/**/*}") s.add_runtime_dependency 'nokogiri', '>= 1.6.6' - s.add_runtime_dependency 'rubyzip', '~> 1.1.7' + s.add_runtime_dependency 'rubyzip', '~> 1.2' s.add_runtime_dependency "htmlentities", "~> 4.3.4" s.add_runtime_dependency "mimemagic", "~> 0.3" |
