Add HTTP gem for request proxying and enhance application layout

This commit is contained in:
Dylan Knutson
2025-01-04 20:32:27 +00:00
parent 02f40215e9
commit 304b9bd5d0
15 changed files with 3289 additions and 4 deletions

View File

@@ -116,6 +116,7 @@ gem "daemons"
gem "discard"
gem "good_job", "~> 4.6"
gem "http-cookie"
gem "http", "~> 5.2" # For proxying requests
gem "kaminari"
gem "nokogiri"
gem "pluck_each"