From 566ac241a1a6e3029a59cc1f60d8d64ce4ef07a8 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sat, 3 Feb 2024 08:23:21 -0800 Subject: [PATCH] Remove stray comment about the `puma` gem Oh right, I deleted `puma` but not this comment about deleting `puma`, lmao --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index c4a36c86..64f0f560 100644 --- a/Gemfile +++ b/Gemfile @@ -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.