diff options
| author | Uwe Kubosch <[email protected]> | 2016-11-25 13:40:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-25 13:40:12 +0100 |
| commit | d41258edda220620226c20fb75ee25f36abe3636 (patch) | |
| tree | 2f8ac29a2a7e9b32e4e4f9c85303b1bd5f1106f5 | |
| parent | b0d74cf9a93ff764b32cfe6194dac84e43d98576 (diff) | |
| parent | 61d54e640b819e4a00748272497b55a04236d951 (diff) | |
| download | caxlsx-d41258edda220620226c20fb75ee25f36abe3636.tar.gz caxlsx-d41258edda220620226c20fb75ee25f36abe3636.zip | |
Merge pull request #502 from mzaccari/bump-rubyzip
Bump rubyzip to 1.2.0
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | axlsx.gemspec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ group :test do end group :profile do - gem 'ruby-prof' + gem 'ruby-prof', :platforms => :ruby end platforms :rbx do 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" |
