anycable / anycable-rails

AnyCable for Ruby on Rails applications
https://anycable.io
MIT License
499 stars 35 forks source link

Does anycable truly depend on latest & greatest Ruby/Rails? #164

Closed sdhull closed 2 years ago

sdhull commented 2 years ago

Hello! Thank you for this exciting project, we're looking forward to using it at my organization.

Unfortunately we're still in the process of upgrading our massive monolith to recent versions of Ruby & Rails—can you shed some light on the version requirements in the gemspec? Is Ruby >= 2.7 & Rails >= 6 really required or will this potentially work with older versions of Ruby/Rails as well?

palkan commented 2 years ago

Is Ruby >= 2.7 & Rails >= 6 really required or will this potentially work with older versions of Ruby/Rails as well?

It could work but we can not guarantee this in the future; thus, we specify the versions we test against in the gemspec.

For Rails 5, you can use anycable-rails <1.2. You can still use newest versions of anycable and anycable-go.

sdhull commented 2 years ago

Thanks for the reply, that's helpful!