platanus / elastic-rails

Elasticsearch integration for Ruby on Rails
MIT License
6 stars 5 forks source link

feat: improves ruby 3 compatibility #19

Closed martinramirez7 closed 9 months ago

martinramirez7 commented 9 months ago

Ruby 3 introduces some expected breaking changes on how keywords arguments are passed to methods (more info here). This pull request ensures the gem's compatibility with both Ruby 2 and 3 versions