drapergem / draper

Decorators/View-Models for Rails Applications
MIT License
5.23k stars 527 forks source link

Ruby 2.7.0 support #869

Closed kapso closed 4 years ago

kapso commented 4 years ago

Seeing this warning...

lib/ruby/gems/2.7.0/gems/draper-3.1.0/lib/draper/delegation.rb:10: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

pedrofurtado commented 4 years ago

@olleolleolle @codebycliff 🤝

codebycliff commented 4 years ago

Fixed by: https://github.com/drapergem/draper/pull/870