algolia / algoliasearch-rails

AlgoliaSearch integration to your favorite ORM
MIT License
409 stars 119 forks source link

fix ruby 3.0 default splat behavior #400

Closed bvogel closed 3 years ago

bvogel commented 3 years ago
Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #...
Need Doc update no

Describe your change

Ruby 3.0 will not splat arguments on default

What problem is this fixing?

wrong number of arguments (given 2, expected 0..1)