kurtsson / jekyll-multiple-languages-plugin

I18n support for Jekyll and Octopress
MIT License
922 stars 203 forks source link

Ruby 3 compatibility #209

Open a-nickol opened 8 months ago

a-nickol commented 8 months ago

This gem uses Dir.exists? which is deprecated and not available in ruby 3.

~/.rbenv/versions/3.2.2/lib/ruby/gems/3.2.0/bundler/gems/jekyll-multiple-languages-plugin-cba063ff3a90/lib/jekyll-multiple-languages-plugin.rb:51:in `block (3 levels) in <module:Jekyll>':
undefined method `exists?' for Dir:Class (NoMethodError)