redis-store / redis-actionpack

Redis stores for ActionPack
http://redis-store.org/redis-actionpack
MIT License
76 stars 44 forks source link

Bump `actionpack` support version to 7.X #36

Closed soartec-lab closed 2 years ago

soartec-lab commented 2 years ago

This change corresponds to the recently released rails version 7.X.

https://github.com/rails/rails/blob/7-0-stable/actionpack/CHANGELOG.md#rails-700-december-15-2021

In Gemfile:
  rails (= 7.0.0) was resolved to 7.0.0, which depends on
    actionpack (= 7.0.0)

  redis-actionpack was resolved to 5.2.0, which depends on
    actionpack (>= 5, < 7)

I referred to PR https: //github.com/redis-store/redis-actionpack/pull/25. Therefore, the version specification is specified so that all 7 series support it.

FYI Similarly redis-activesupport I also changed. https://github.com/redis-store/redis-activesupport/pull/130

soartec-lab commented 2 years ago

@marceloboeira @tubbo

Is it possible for you guys to release this change?