Mercurial > rsstweet
annotate Gemfile @ 166:469df6354341
A more robust check
| author | nanaya <me@nanaya.pro> | 
|---|---|
| date | Fri, 03 Aug 2018 02:39:09 +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: 
150diff
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: 
147diff
changeset | 9 gem "redis" | 
| 
950849c40d42
Update all the things, including rails 5.2
 nanaya <me@nanaya.pro> parents: 
147diff
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 | 
