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:
parent
8aa6eb40a7
commit
566ac241a1
1 changed files with 0 additions and 3 deletions
3
Gemfile
3
Gemfile
|
@ -4,9 +4,6 @@ ruby '3.1.4'
|
||||||
gem 'rails', '~> 7.1', '>= 7.1.1'
|
gem 'rails', '~> 7.1', '>= 7.1.1'
|
||||||
|
|
||||||
# The HTTP server running the Rails instance.
|
# 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'
|
gem 'falcon', '~> 0.42.3'
|
||||||
|
|
||||||
# Our database is MySQL, in both development and production.
|
# Our database is MySQL, in both development and production.
|
||||||
|
|
Loading…
Reference in a new issue