Closed Fryguy closed 6 days ago
Gah I just noticed that on Ruby 3.0, it's erb 2.2.0, which still has the old syntax. We might have to just wait for Ruby 3.0 to be dropped, or I'll have to put a conditional 🤷
We don't have specs on this, or they would have blown up the 3.0 tests.
I'm not sure how, but I was totally wrong - erb 2.2.0 has the keyword args interface, so we should be fine.
I'm not sure how, but I was totally wrong - erb 2.2.0 has the keyword args interface, so we should be fine.
Agreed. As we found in https://github.com/ManageIQ/manageiq/pull/23250, it looks like this is good to go.
Fixes the follow warnings seen in the logs:
@jrafanie Please review.