Are there any plans to release a new version of the gem soon? #111
Unanswered
scottwhudson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@tubbo I'm upgrading an app to Rails 6 and I'm in the midst of the reconciling incompatible gem dependencies.
redis-rails
is one of the gems that I need to reconcile for the upgrade to Rails 6.The latest version release of this gem caps the compatible rails version at below 6:
https://github.com/redis-store/redis-rails/blob/v5.0.2/redis-rails.gemspec#L23-L24
however, I see that this has recently changed in
master
:https://github.com/redis-store/redis-rails/blob/master/redis-rails.gemspec#L20-L21
Are there any plans to formally release this fix soon, and if not, is there anything I can do to help get that process going? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions