Mercurial > rsstweet
view Gemfile @ 103:1251b3d6ec5d
Use included url data instead of expanding using embiggen
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Mon, 26 Sep 2016 02:39:40 +0900 | 
| parents | c5c095f6981e | 
| children | f76d44baa3dc | 
line wrap: on
 line source
source "https://rubygems.org" rails_ver = "~> 5.0.0" gem "actionview", rails_ver gem "railties", rails_ver gem "actionpack", rails_ver gem "dalli" gem "twitter" gem "twitter-text" gem "newrelic_rpm" gem "puma", :require => false gem "unicorn", :require => false, :platforms => :ruby
