gjtorikian / mathematical

Convert mathematical equations to SVGs, PNGs, or MathML. A general wrapper to Lasem and mtex2MML.
https://gjtorikian.github.io/mathematical/
MIT License
166 stars 31 forks source link

bundler version obsolete #87

Closed opoudjis closed 5 years ago

opoudjis commented 5 years ago

The gemspec of this gem requires ~> bundler 1.2; bundler 1.2 does not appear to run at all with Ruby 2.5 (the require rubygems/format statement does not work). Strongly suggest you update dependency to latest bundler 2.0.

opoudjis commented 5 years ago

Some of the other gem versions used are somewhat old in the tooth now too, such as Nokogiri 1.7.

gjtorikian commented 5 years ago

Thanks for the report. I agree specifying Bundler is unnecessary and limiting now that 2.x is out.

WRT nokogiri and others, these are all dev requirements, used for running tests, and as such, I don't particularly need them to be up-to-date.