Closed floriandejonckheere closed 1 year ago
👍 @Fullscreen Is there any chance that you might be able to merge this? Squid doesn't work with Ruby 3.x without it.
Thanks @floriandejonckheere, I was able to get going again by updating my gemfile to point at your branch:
gem "squid", "~> 1.4", github: "floriandejonckheere/squid", ref: "0e67fbebe2012c82a64f9716c18cfe8025173630"
Fixed in #68
Ruby 3.0 separates positional from keyword arguments, which renders some calls in the gem not to work anymore (mostly where
options
is used as a Hash instead of keyword arguments). Splatting the hash makes the methods work again.