Closed floriandejonckheere closed 3 years ago
Ruby 3.0 separates positional from keyword arguments, which renders a call in the gem not to work anymore. Splatting the hash makes the methods work again.
Ruby 3.0 separates positional from keyword arguments, which renders a call in the gem not to work anymore. Splatting the hash makes the methods work again.