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

warning: rb_safe_level will be removed in Ruby 3.0 #26

Closed shleeable closed 3 years ago

shleeable commented 3 years ago

cld3.rb:91: warning: rb_safe_level will be removed in Ruby 3.0 in 3.3.0.

akihikodaki commented 3 years ago

I ran rake spec && cd intermediate && bundle exec rspec -w with 3.0.0 preview1 but was unable to reproduce the problem. I'll close this issue due to that but feel free to reopen it with a more concrete reproduction procedure.