Mercurial > rsstweet
view Gemfile @ 55:8f68ca606099
Add twitter id to the url so it'll be consistent.
Not sure if there will be use case of "following this id".
author | nanaya <me@myconan.net> |
---|---|
date | Fri, 03 Jul 2015 01:17:40 +0900 |
parents | c087f4831ec7 |
children | c1f8190ed108 |
line wrap: on
line source
source "https://rubygems.org" rails_ver = "~> 4.2.0" gem "actionview", rails_ver gem "railties", rails_ver gem "actionpack", rails_ver gem "dalli" gem "twitter" gem "twitter-text"