Uninstall puma gem

Falcon works in development too, puma no longer needed!
This commit is contained in:
Emi Matchu 2024-01-29 01:04:31 -08:00
parent 72d4bc65ae
commit 7cf3786023
3 changed files with 0 additions and 4 deletions

View file

@ -7,7 +7,6 @@ gem 'rails', '~> 7.1', '>= 7.1.1'
# 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 'puma', '~> 6.3', '>= 6.3.1'
gem 'falcon', '~> 0.42.3'
# Our database is MySQL, in both development and production.

View file

@ -233,8 +233,6 @@ GEM
psych (5.1.1.1)
stringio
public_suffix (5.0.3)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.8)
rack-attack (6.7.0)
@ -380,7 +378,6 @@ DEPENDENCIES
mysql2 (~> 0.5.5)
nokogiri (~> 1.15, >= 1.15.3)
parallel (~> 1.23)
puma (~> 6.3, >= 6.3.1)
rack-attack (~> 6.7)
rack-mini-profiler (~> 3.1)
rails (~> 7.1, >= 7.1.1)

Binary file not shown.