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.