Mercurial > rsstweet
annotate Gemfile @ 255:eda83610b65c
Update rails and stuff
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Sun, 15 Dec 2024 22:45:33 +0900 | 
| parents | 89f6c0016bab | 
| children | 20eb1429af2e | 
| rev | line source | 
|---|---|
| 19 | 1 source "https://rubygems.org" | 
| 0 | 2 | 
| 255 | 3 rails_ver = "~> 8.0.0" | 
| 223 | 4 | 
| 34 | 5 gem "actionview", rails_ver | 
| 6 gem "railties", rails_ver | |
| 7 gem "actionpack", rails_ver | |
| 8 | |
| 150 
950849c40d42
Update all the things, including rails 5.2
 nanaya <me@nanaya.pro> parents: 
147diff
changeset | 9 gem "redis" | 
| 0 | 10 | 
| 10 | 11 gem "twitter-text" | 
| 59 | 12 | 
| 60 | 13 gem "newrelic_rpm" | 
| 83 | 14 | 
| 15 gem "puma", :require => false | 
