Mercurial > rsstweet
annotate Gemfile @ 252:151bc6d97d39
Include pinned tweet
| author | nanaya <me@nanaya.net> | 
|---|---|
| date | Tue, 17 Oct 2023 00:04:11 +0900 | 
| parents | ebb65a26f070 | 
| children | 89f6c0016bab | 
| rev | line source | 
|---|---|
| 19 | 1 source "https://rubygems.org" | 
| 0 | 2 | 
| 223 | 3 rails_ver = "~> 7.0.1" | 
| 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 | 
