ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
857 stars 137 forks source link

Could we have a release to address already fixed deprecation warnings? #389

Open douglasmiller opened 1 year ago

douglasmiller commented 1 year ago

My app's CI output is full of deprecation warnings that have already bee fixed in https://github.com/ruby-amqp/hutch/pull/375. Could we have a new release that includes that fix please?

hutch-1.1.1/lib/hutch/config.rb:225: warning: deprecated Object#=~ is called on FalseClass; it al
ways returns nil