Ruby error - warning: logger was loaded from the standard library

Seeing similar items regularly in the logs - system appears to be running fine, but any idea how to update the system to avoid this error?

2025-11-14T16:31:00.237157+11:00 vlab-ytui-script ruby[382296]: /opt/yeti-web/pgq-processors/vendor/bundle/ruby/3.3.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/deprecation.rb:1: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
2025-11-14T16:31:00.237230+11:00 vlab-ytui-script ruby[382296]: You can add logger to your Gemfile or gemspec to silence this warning.

Also seeing

warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.4.0.
  1. provide more info what version you running and logs of what unit you checking
  2. probably it fixed in 1.14 branch, so you have to wait when it will be publicly released.
  1. Running Yeti 1.13.29.1 - not checking any units, appears to generate the waning on startup in journalctl -xef
  2. Sounds reasonable. I think it’s just a warning. :slight_smile: