collectiveidea / awesome_nested_set

An awesome replacement for acts_as_nested_set and better_nested_set.
MIT License
2.39k stars 492 forks source link

Ruby 2.7 keyword arguments deprecation fix #433

Closed krisdigital closed 4 years ago

krisdigital commented 4 years ago

Automatic conversion of keyword arguments and positional arguments is deprecated, and conversion will be removed in Ruby 3.

https://www.ruby-lang.org/en/news/2019/12/25/ruby-2-7-0-released/