axlsx icon indicating copy to clipboard operation
axlsx copied to clipboard

axlsx (2.1.0.pre) depends upon rubyzip 1.1.7 but selenium-webdriver depends upon rubyzip 1.2.2

Open Rajagopalan-M opened this issue 6 years ago • 7 comments

Since Selenium webdriver depends upon rubyzip 1.2.2(recent version) but axlsx depends upon rubyzip 1.1.7 I couldn't use axlsx gem with selenium-webdriver.

Rajagopalan-M avatar Jan 09 '19 16:01 Rajagopalan-M

See #536 for a fix to this. Still waiting on an official release...

mdavidn avatar Jan 12 '19 01:01 mdavidn

@mdavidn Oh okay. So this has already been noted! Great! so when are they going to release a new version? Do you have any idea?

Rajagopalan-M avatar Jan 13 '19 15:01 Rajagopalan-M

No idea. I've been running a personal fork of this gem for the past year and a half.

mdavidn avatar Jan 18 '19 15:01 mdavidn

@mdavidn Okay, why did you not prefer some other gem then? Like RubyXL?

Rajagopalan-M avatar Jan 18 '19 18:01 Rajagopalan-M

Inertia? Prior to CVE-2017-5946, this gem seemed more active and had (and continues to have) more stars. So now I have code written against this gem's API, not RubyXL's.

mdavidn avatar Feb 23 '19 00:02 mdavidn

The rubyzip dependency has been fixed in caxlsx: https://github.com/caxlsx/caxlsx/commit/acf116e7d00850fb91380ce01fa43d6a67dbd494

noniq avatar Dec 15 '19 18:12 noniq

@noniq okay thank you.

Rajagopalan-M avatar Dec 15 '19 23:12 Rajagopalan-M