You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using Makara v0.5.1 which was supposed to fix all warnings to update to Ruby 3. When analyzing the warnings in our codebase I've noticed this
/usr/src/app/vendor/bundle/ruby/2.7.0/gems/makara-0.5.1/lib/makara/connection_wrapper.rb:222: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
I was wondering if that was normal? Would this disappear when updating to Ruby 3?
The text was updated successfully, but these errors were encountered:
Hi,
We are currently using Makara v0.5.1 which was supposed to fix all warnings to update to Ruby 3. When analyzing the warnings in our codebase I've noticed this
I was wondering if that was normal? Would this disappear when updating to Ruby 3?
The text was updated successfully, but these errors were encountered: