railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

Remove unnecessary executable bit from Rakefile #3579

Closed jdufresne closed 1 year ago

mshibuya commented 1 year ago

Rubocop check is failing, how about removing the shebang? https://github.com/railsadminteam/rails_admin/blob/997c1619cee3fb223b37e426d0ecdd54e941105e/spec/dummy_app/Rakefile#L1

jdufresne commented 1 year ago

Thanks. Done in latest.

coveralls commented 1 year ago

Coverage Status

Coverage increased (+0.1%) to 95.85% when pulling 48ca813acc330cdccea95d062d281d508306aca0 on jdufresne:rakefile-executable into aefbca40119525481a723c233d14955123f601d0 on railsadminteam:master.