pygments / pygments.rb

💎 Ruby wrapper for Pygments syntax highlighter
MIT License
572 stars 141 forks source link

Relax yajl-ruby dependency to `~> 1.2` #164

Closed denisdefreyne closed 7 years ago

denisdefreyne commented 7 years ago

~> 1.2 also matches 1.3.0, which ~> 1.2.0 does not.

yajl-ruby 1.3 adds support for Ruby 2.4 (handles Fixnum/Bignum -> Integer unification). See https://github.com/brianmario/yajl-ruby/pull/165 for details.