lwe / page_title_helper

Simple, internationalized and DRY page titles and headings for Rails.
MIT License
114 stars 9 forks source link

Update rubocop to .49 to fix dev vuln #84

Closed lwe closed 6 years ago

lwe commented 6 years ago

Was only potentially impacting development and not any running instances or usages of the gem. In addition had to update a few tests as rubocop 0.49 complained about missing parentheses.

FYI, upgrade to version 0.5x of rubocop is only possible when we drop support for Ruby 2.0.

@oliverklee please review and merge, thanks.