updated Gemfile with falcon instead of puma
Gitea Bucky/url-shortener/pipeline/head There was a failure building this commit

This commit is contained in:
2023-12-18 20:15:33 -08:00
parent 2c7a18c374
commit 28fc8b3b86
2 changed files with 66 additions and 5 deletions
+2 -1
View File
@@ -2,10 +2,11 @@
source 'https://rubygems.org'
gem 'puma', '~> 6.4'
gem 'rackup', '~> 2.1'
gem 'falcon', '~> 0.42.3'
gem 'roda', '~> 3.72'
gem 'sequel', '~> 5.72'