Mercurial > rsstweet
diff Gemfile @ 111:3df5fcecdd46
Update gems
author | nanaya <me@myconan.net> |
---|---|
date | Tue, 13 Dec 2016 04:19:23 +0900 |
parents | f76d44baa3dc |
children | dac5a66e2c73 |
line wrap: on
line diff
--- a/Gemfile Wed Nov 09 07:35:03 2016 +0900 +++ b/Gemfile Tue Dec 13 04:19:23 2016 +0900 @@ -6,6 +6,9 @@ gem "actionpack", rails_ver gem "redis-rails" +# 3.3.2 has broken large string handling. +# Reference: https://github.com/redis/redis-rb/issues/650 +gem "redis", "= 3.3.1" gem "twitter" gem "twitter-text"