Mercurial > rsstweet
view Gemfile @ 134:3646b3e319c7
Only try/catch the tweet downloading part
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Wed, 13 Dec 2017 02:28:34 +0900 | 
| parents | 533317c0b33d | 
| children | 2b081cc7f383 | 
line wrap: on
 line source
source "https://rubygems.org" rails_ver = "~> 5.1.0" gem "actionview", rails_ver gem "railties", rails_ver gem "actionpack", rails_ver gem "redis-rails" gem "redis", ">= 3.3.3" gem "twitter" gem "twitter-text" gem "newrelic_rpm" gem "puma", :require => false gem "unicorn", :require => false, :platforms => :ruby
