akihikodaki / cld3-ruby

cld3-ruby is an interface of Compact Language Detector v3 (CLD3) for Ruby.
Apache License 2.0
77 stars 22 forks source link

Support Ruby 2.7 #21

Closed shleeable closed 4 years ago

shleeable commented 4 years ago

cld3-3.2.4 requires ruby version >= 2.3.0, < 2.7.0, which is incompatible with the current version, ruby 2.7.0p0

akihikodaki commented 4 years ago

Fixed with #22.