Mercurial > rsstweet
diff Gemfile @ 124:533317c0b33d
Update rails! And stuff.
author | nanaya <me@myconan.net> |
---|---|
date | Tue, 02 May 2017 23:50:38 +0900 |
parents | dac5a66e2c73 |
children | 2b081cc7f383 |
line wrap: on
line diff
--- a/Gemfile Sat Apr 15 03:01:49 2017 +0900 +++ b/Gemfile Tue May 02 23:50:38 2017 +0900 @@ -1,14 +1,12 @@ source "https://rubygems.org" -rails_ver = "~> 5.0.1" +rails_ver = "~> 5.1.0" gem "actionview", rails_ver gem "railties", rails_ver 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 "redis", ">= 3.3.3" gem "twitter" gem "twitter-text"