Mercurial > rsstweet
comparison Gemfile @ 224:657d99f51749
Update gems
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 23 Jan 2022 05:18:49 +0900 |
parents | ad6264cca788 |
children | cf3ebc67dab1 |
comparison
equal
deleted
inserted
replaced
223:ad6264cca788 | 224:657d99f51749 |
---|---|
4 | 4 |
5 gem "actionview", rails_ver | 5 gem "actionview", rails_ver |
6 gem "railties", rails_ver | 6 gem "railties", rails_ver |
7 gem "actionpack", rails_ver | 7 gem "actionpack", rails_ver |
8 | 8 |
9 # TODO: back to release version after they released version which support Rails 7 | 9 gem "redis-rails" |
10 # "redis-actionpack" and "redis-activesupport" are only here because otherwise "redis-rails" | |
11 # will try to download outdated version of those. | |
12 gem "redis-actionpack", github: "redis-store/redis-actionpack", branch: "master" | |
13 gem "redis-activesupport", github: "redis-store/redis-activesupport", branch: "master" | |
14 gem "redis-rails", github: "redis-store/redis-rails", branch: "master" | |
15 gem "redis" | 10 gem "redis" |
16 gem "redis-store" | 11 gem "redis-store" |
17 | 12 |
18 gem "twitter" | 13 gem "twitter" |
19 gem "twitter-text" | 14 gem "twitter-text" |