Mercurial > rsstweet
diff Gemfile @ 224:657d99f51749
Update gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 23 Jan 2022 05:18:49 +0900 |
parents | ad6264cca788 |
children | cf3ebc67dab1 |
line wrap: on
line diff
--- a/Gemfile Sat Jan 15 02:39:53 2022 +0900 +++ b/Gemfile Sun Jan 23 05:18:49 2022 +0900 @@ -6,12 +6,7 @@ gem "railties", rails_ver gem "actionpack", rails_ver -# TODO: back to release version after they released version which support Rails 7 -# "redis-actionpack" and "redis-activesupport" are only here because otherwise "redis-rails" -# will try to download outdated version of those. -gem "redis-actionpack", github: "redis-store/redis-actionpack", branch: "master" -gem "redis-activesupport", github: "redis-store/redis-activesupport", branch: "master" -gem "redis-rails", github: "redis-store/redis-rails", branch: "master" +gem "redis-rails" gem "redis" gem "redis-store"