Closed jasonheecs closed 3 years ago
Thanks @jasonheecs but the dependency restriction is designed to prevent this gem from being used with any version of Rails 6. Currently, only Rails 5.x is supported. Were you able to install and use this gem with Rails 6 without any problems? If so, perhaps the Rails 6 restriction should be removed entirely.
Hi, I was able to use this gem with my Rails 6.0.3.4 app. Works fantastic so far!
Merged and published v0.9.7 with this change. Thanks @jasonheecs
Hi,
It seems like the vulnerabilities for actionpack are patched with versions >= 6.0.3.4 (https://snyk.io/vuln/rubygems:actionpack)
This PR allows this gem to use actionpack versions >= 6.0.3.4 as a dependency.