Remove stray comment about the puma gem

Oh right, I deleted `puma` but not this comment about deleting `puma`,
lmao
This commit is contained in:
Emi Matchu 2024-02-03 08:23:21 -08:00
parent 8aa6eb40a7
commit 566ac241a1

View file

@ -4,9 +4,6 @@ ruby '3.1.4'
gem 'rails', '~> 7.1', '>= 7.1.1'
# The HTTP server running the Rails instance.
# NOTE: Once we're migrated, remove puma! I have both to allow the upgrade to
# be incremental: push this out with `bin/deploy`, then change the service file
# with `bin/deploy:setup`.
gem 'falcon', '~> 0.42.3'
# Our database is MySQL, in both development and production.