Mercurial > rsstweet
view Gemfile @ 251:43cbceac80ab
Remove model test and add client test
author | nanaya <me@nanaya.net> |
---|---|
date | Mon, 17 Jul 2023 20:54:04 +0900 |
parents | ebb65a26f070 |
children | 89f6c0016bab |
line wrap: on
line source
source "https://rubygems.org" rails_ver = "~> 7.0.1" gem "actionview", rails_ver gem "railties", rails_ver gem "actionpack", rails_ver gem "redis" gem "twitter-text" gem "newrelic_rpm" gem "puma", :require => false