randym / axlsx

xlsx generation with charts, images, automated column width, customizable styles and full schema validation. Axlsx excels at helping you generate beautiful Office Open XML Spreadsheet documents without having to understand the entire ECMA specification. Check out the README for some examples of how easy it is. Best of all, you can validate your xlsx file before serialization so you know for sure that anything generated is going to load on your client's machine.
MIT License
2.62k stars 697 forks source link

counld not install axlsx 1.3.4 #447

Open LeoZeda opened 8 years ago

LeoZeda commented 8 years ago

when I run this cmd: gem install axlsx -v 1.3.4 --no-ri --no-rdoc it occur an error: ERROR: Error installing axlsx: mini_portile2 requires Ruby version >= 1.9.2.

my project use ruby version is 1.8.7. how can i install axlsx 1.3.4 on ruby 1.8.7

davidfrey commented 8 years ago

@LeoZeda mini_portile2 is a requirement of nokogiri which no longer supports 1.8.7. I would suggest finding a way to update to ruby 2 as 1.8.7 has officially been deprecated for almost 3 years and is no longer maintained for security: https://blog.heroku.com/archives/2013/12/5/a_patch_in_time_securing_ruby.