libvips/ruby-vips

Dependency on the `logger` gem which will be removed in Ruby 3.5

Earlopain opened this issue · 2 comments

Same deal as with all the other gems that happened in the last few years: In Ruby 3.4 a warning will be emitted, and in 3.5 an error will be raised. ruby/ruby@d7e558e

require "logger"

It must probably be added to the gemspec.

Hi @Earlopain, thanks for pointing this out. I've added logger to the gemspec.

That was quick, thanks!