tsechingho / chosen-rails

Integrate Chosen javascript library with Rails asset pipeline
https://github.com/tsechingho/chosen-rails
MIT License
524 stars 233 forks source link

Fix forwarding keyword arguments to avoid deprecation in Ruby 2.7, error in Ruby 3.0 #115

Closed cgunther closed 2 years ago

cgunther commented 2 years ago

This is the deprecation shown otherwise: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call