bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 351 forks source link

Lint on oldest Rails version #658

Closed lcreid closed 1 year ago

lcreid commented 1 year ago

It looks like a recent update to Rubocop rules means that we can't apply the latest Rails rules on the earliest Rails version we support. This PR adds an explicit Rails version to the rubocop.yml file.