contribsys / faktory_worker_ruby

Faktory worker for Ruby
GNU Lesser General Public License v3.0
214 stars 31 forks source link

Ruby 2.7: warning: Using the last argument as keyword parameters is deprecated #50

Closed scottrobertson closed 4 years ago

scottrobertson commented 4 years ago
gems/ruby-2.7.1/gems/faktory_worker_ruby-1.0.0/lib/faktory/connection.rb:10: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
gems/ruby-2.7.1/gems/faktory_worker_ruby-1.0.0/lib/faktory/client.rb:47: warning: The called method `initialize' is defined here
mperham commented 4 years ago

Fix already on master.

On May 20, 2020, at 08:06, Scott Robertson notifications@github.com wrote:

 gems/ruby-2.7.1/gems/faktory_worker_ruby-1.0.0/lib/faktory/connection.rb:10: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call gems/ruby-2.7.1/gems/faktory_worker_ruby-1.0.0/lib/faktory/client.rb:47: warning: The called method `initialize' is defined here — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

scottrobertson commented 4 years ago

Fastest. Fix. Ever.