igrigorik / em-http-request

Asynchronous HTTP Client (EventMachine + Ruby)
1.22k stars 220 forks source link

Use explicit keyword argument in stallion.rb #344

Closed jackorp closed 3 years ago

jackorp commented 3 years ago

Since ruby 3.0 the keyword argument needs to be explicitly declared.

Relevant Ruby issue: https://bugs.ruby-lang.org/issues/14183