hanami / model

Ruby persistence framework with entities and repositories
http://hanamirb.org
MIT License
445 stars 152 forks source link

Bump rubocop TargetRubyVersion to 2.6 #659

Open webhive opened 2 years ago

webhive commented 2 years ago

According information in hanami-model README

Hanami::Model supports Ruby (MRI) 2.6+

But rubocop still relied on TargetRubyVersion 2.3. Moreover seems it caused CI broken.

So this patch should fix this issue.