Uninstall puma gem
Falcon works in development too, puma no longer needed!
This commit is contained in:
parent
72d4bc65ae
commit
7cf3786023
3 changed files with 0 additions and 4 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
# 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
|
# be incremental: push this out with `bin/deploy`, then change the service file
|
||||||
# with `bin/deploy:setup`.
|
# with `bin/deploy:setup`.
|
||||||
gem 'puma', '~> 6.3', '>= 6.3.1'
|
|
||||||
gem 'falcon', '~> 0.42.3'
|
gem 'falcon', '~> 0.42.3'
|
||||||
|
|
||||||
# Our database is MySQL, in both development and production.
|
# Our database is MySQL, in both development and production.
|
||||||
|
|
|
@ -233,8 +233,6 @@ GEM
|
||||||
psych (5.1.1.1)
|
psych (5.1.1.1)
|
||||||
stringio
|
stringio
|
||||||
public_suffix (5.0.3)
|
public_suffix (5.0.3)
|
||||||
puma (6.4.2)
|
|
||||||
nio4r (~> 2.0)
|
|
||||||
racc (1.7.1)
|
racc (1.7.1)
|
||||||
rack (2.2.8)
|
rack (2.2.8)
|
||||||
rack-attack (6.7.0)
|
rack-attack (6.7.0)
|
||||||
|
@ -380,7 +378,6 @@ DEPENDENCIES
|
||||||
mysql2 (~> 0.5.5)
|
mysql2 (~> 0.5.5)
|
||||||
nokogiri (~> 1.15, >= 1.15.3)
|
nokogiri (~> 1.15, >= 1.15.3)
|
||||||
parallel (~> 1.23)
|
parallel (~> 1.23)
|
||||||
puma (~> 6.3, >= 6.3.1)
|
|
||||||
rack-attack (~> 6.7)
|
rack-attack (~> 6.7)
|
||||||
rack-mini-profiler (~> 3.1)
|
rack-mini-profiler (~> 3.1)
|
||||||
rails (~> 7.1, >= 7.1.1)
|
rails (~> 7.1, >= 7.1.1)
|
||||||
|
|
BIN
vendor/cache/puma-6.4.2.gem
vendored
BIN
vendor/cache/puma-6.4.2.gem
vendored
Binary file not shown.
Loading…
Reference in a new issue