Mercurial > rsstweet
annotate 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 | 
| rev | line source | 
|---|---|
| 19 | 1 source "https://rubygems.org" | 
| 0 | 2 | 
| 124 | 3 rails_ver = "~> 5.1.0" | 
| 34 | 4 gem "actionview", rails_ver | 
| 5 gem "railties", rails_ver | |
| 6 gem "actionpack", rails_ver | |
| 7 | |
| 110 | 8 gem "redis-rails" | 
| 124 | 9 gem "redis", ">= 3.3.3" | 
| 0 | 10 | 
| 10 | 11 gem "twitter" | 
| 12 gem "twitter-text" | |
| 59 | 13 | 
| 60 | 14 gem "newrelic_rpm" | 
| 83 | 15 | 
| 16 gem "puma", :require => false | |
| 92 | 17 gem "unicorn", :require => false, :platforms => :ruby | 
