Mercurial > rsstweet
view Gemfile @ 104:f2398d2a6859
Prefer .attrs to .to_hash
author | nanaya <me@myconan.net> |
---|---|
date | Mon, 26 Sep 2016 02:40:08 +0900 |
parents | 1251b3d6ec5d |
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