removed falcon and it's dependencies, because it wasn't working right.

use puma for now
This commit is contained in:
2023-10-13 21:27:25 -07:00
parent 5fae0c4fa9
commit c31c556df5
2 changed files with 6 additions and 65 deletions
+2 -1
View File
@@ -2,7 +2,6 @@
source "https://rubygems.org"
gem "falcon", "~> 0.42.3"
gem "roda", "~> 3.72"
@@ -27,3 +26,5 @@ group :test do
gem "simplecov"
end
gem "puma", "~> 6.4"