r18n / r18n-core

I18n tool to translate your Ruby application
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Warning ostruct will no longer be a standard built-in library in Ruby 3.5.0 #108

Closed olleolleolle closed 1 week ago

olleolleolle commented 3 weeks ago

The filters.rb file does a require 'ostruct'.

And, Ruby 3.5.0 will no longer ship that library as a built-in. So, we can avoid a warning by not requiring it. We stopped using it a while ago.