Mercurial > rsstweet
annotate Gemfile @ 174:d35dbc09bd83
Less double escaping for actual content
Ends up rather confusing.
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 09 Aug 2018 19:31:22 +0900 |
parents | cd76c83d6d24 |
children | 0c101c8169e4 |
rev | line source |
---|---|
19 | 1 source "https://rubygems.org" |
0 | 2 |
153
cd76c83d6d24
Update rails to 5.2.0 and other gems to their latest version
nanaya <me@nanaya.pro>
parents:
150
diff
changeset
|
3 rails_ver = "~> 5.2.0" |
34 | 4 gem "actionview", rails_ver |
5 gem "railties", rails_ver | |
6 gem "actionpack", rails_ver | |
7 | |
110 | 8 gem "redis-rails" |
150
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
147
diff
changeset
|
9 gem "redis" |
950849c40d42
Update all the things, including rails 5.2
nanaya <me@nanaya.pro>
parents:
147
diff
changeset
|
10 gem "redis-store" |
0 | 11 |
10 | 12 gem "twitter" |
13 gem "twitter-text" | |
59 | 14 |
60 | 15 gem "newrelic_rpm" |
83 | 16 |
17 gem "puma", :require => false | |
92 | 18 gem "unicorn", :require => false, :platforms => :ruby |