Mercurial > rsstweet
view Gemfile @ 121:d7c13499626c
Update readme and split off license (and update wording).
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 25 Mar 2017 18:00:28 +0900 |
parents | dac5a66e2c73 |
children | 533317c0b33d |
line wrap: on
line source
source "https://rubygems.org" rails_ver = "~> 5.0.1" 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 "twitter" gem "twitter-text" gem "newrelic_rpm" gem "puma", :require => false gem "unicorn", :require => false, :platforms => :ruby