Mercurial > rsstweet
changeset 147:2b081cc7f383
Try using earlier redis
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 14 Dec 2017 15:05:24 +0900 |
parents | 7ca8aeba1a63 |
children | c57e51af4692 |
files | Gemfile Gemfile.lock |
diffstat | 2 files changed, 7 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/Gemfile Wed Dec 13 08:06:30 2017 +0900 +++ b/Gemfile Thu Dec 14 15:05:24 2017 +0900 @@ -6,7 +6,8 @@ gem "actionpack", rails_ver gem "redis-rails" -gem "redis", ">= 3.3.3" +gem "redis", "= 3.3.5" +gem "redis-store", "= 1.3.0" gem "twitter" gem "twitter-text"
--- a/Gemfile.lock Wed Dec 13 08:06:30 2017 +0900 +++ b/Gemfile.lock Thu Dec 14 15:05:24 2017 +0900 @@ -78,7 +78,7 @@ thor (>= 0.18.1, < 2.0) raindrops (0.19.0) rake (12.3.0) - redis (4.0.1) + redis (3.3.5) redis-actionpack (5.0.2) actionpack (>= 4.0, < 6) redis-rack (>= 1, < 3) @@ -93,8 +93,8 @@ redis-actionpack (>= 5.0, < 6) redis-activesupport (>= 5.0, < 6) redis-store (>= 1.2, < 2) - redis-store (1.4.1) - redis (>= 2.2, < 5) + redis-store (1.3.0) + redis (>= 2.2) simple_oauth (0.3.1) thor (0.20.0) thread_safe (0.3.6) @@ -134,8 +134,9 @@ newrelic_rpm puma railties (~> 5.1.0) - redis (>= 3.3.3) + redis (= 3.3.5) redis-rails + redis-store (= 1.3.0) twitter twitter-text unicorn