twingly / twingly-amqp

:bus: Ruby gem for RabbitMQ subscribing and publishing
0 stars 0 forks source link

Gem outputs warnings with Ruby version >= 2.7 < 3.0 #81

Closed Chrizpy closed 4 years ago

Chrizpy commented 4 years ago

Gem emits warnings with Ruby version >= 2.7 < 3.0 Klondike which uses this gem and other repositories that include this gem will have this output when executing:

twingly-amqp/lib/twingly/amqp/pinger.rb:23: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

There are more warnings like this, but this is the first one in the stack.

Chrizpy commented 4 years ago

Fixed in #82