SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.18k stars 399 forks source link

Support Turbo 8 #1362

Closed djch closed 5 months ago

djch commented 5 months ago

Context

I noticed I can't install turbo-rails 2.0 (Turbo 8) on a Spina project of mine due to the gem spec. Even though I've been running the betas on said project without any issues for while. So I pulled the Spina codebase locally, installed turbo-rails 2.0.1 and ran the tests without issue, apparently.

Changes proposed in this pull request

This relaxes the version requirement for turbo-rails in the gem spec so Spina projects can use the latest and greatest.

Guidance to review

I'm a novice at Rails so someone other than me should review this before merging. I just ran the test suite in a terminal (including system tests).

Bramjetten commented 5 months ago

Thanks!