Dynflow / dynflow

DYNamic workFLOW orchestration engine
http://dynflow.github.io
MIT License
121 stars 44 forks source link

Fix deprecation warning #445

Closed sbernhard closed 4 months ago

sbernhard commented 4 months ago

This fixes the following deprecation warning: WARN: config.options[:key] = value is deprecated, use config[:key] = value: ["/usr/share/gems/gems/dynflow-1.8.2/lib/dynflow.rb:28:in block in process_world'", "/usr/share/gems/gems/sidekiq-6.5.12/lib/sidekiq.rb:142:inconfigure_server'"]

adamruzicka commented 4 months ago

Thank you @sbernhard !