Ruby 2.7 options warning on dry-initializer 3.0.3

Hi. I’m switching to Ruby 2.7. Started seeing this deprecation warning in my app’s log:

/usr/local/bundle/gems/dry-initializer-3.0.3/lib/dry/initializer/mixin/root.rb:7: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

AFAIK @flash-gordon fixed it in 3.0.2. Any ideas?

@argent-smith most likely it’s caused by your code, not by dry-initializer. Could you show a reproducible example?