Update connect backend code to work on latest ruby version

This commit is contained in:
Dan Sosedoff
2025-06-15 12:32:30 -07:00
parent 2e8800150e
commit 266a516076
3 changed files with 26 additions and 11 deletions

View File

@@ -3,3 +3,4 @@ source "https://rubygems.org"
gem "sinatra"
gem "json"
gem "puma"
gem "rackup"