Mercurial > rsstweet
view Gemfile @ 165:5af9b537db86
Unbreak \everything/
- simplify routing, no more split hackery
- fix user lookup and differentiate between id and name lookup
author | nanaya <me@nanaya.pro> |
---|---|
date | Fri, 03 Aug 2018 02:31:25 +0900 |
parents | cd76c83d6d24 |
children | 0c101c8169e4 |
line wrap: on
line source
source "https://rubygems.org" rails_ver = "~> 5.2.0" gem "actionview", rails_ver gem "railties", rails_ver gem "actionpack", rails_ver gem "redis-rails" gem "redis" gem "redis-store" gem "twitter" gem "twitter-text" gem "newrelic_rpm" gem "puma", :require => false gem "unicorn", :require => false, :platforms => :ruby