hotwired / turbo-rails

Use Turbo in your Ruby on Rails app
https://turbo.hotwired.dev
MIT License
2.13k stars 329 forks source link

Commit to `ruby@2.6` support #682

Closed seanpdoyle closed 3 weeks ago

seanpdoyle commented 2 months ago

Closes #681

First, remove ruby@3.0 syntax including ... arguments and end-less method definitions.

Next, add ruby@2.6 and ruby@2.7 to the CI matrix along with rails@7.1.

jorgemanrubia commented 2 months ago

Thanks @seanpdoyle. It seems that 2.X tests are still failing.

seanpdoyle commented 1 month ago

@jorgemanrubia I've restored CI to pass for ruby@2.6.x through ruby@3.3.x.

There's a few 2.x specific conditionals, but they can be removed once the final minor release supporting 2.x is cut.