From 9e7d5b64853c7784d6ba2f89265ea7b5fe0947c3 Mon Sep 17 00:00:00 2001
From: Alex Skrenchuk <alexskr@stanford.edu>
Date: Sun, 22 Sep 2024 22:23:52 -0700
Subject: [PATCH] add rexml gem to Gemlock.

unicorn fails to start under ruby 3 without rexml gem in the Gemfile
Needs to be futher investigated
---
 Gemfile      | 1 +
 Gemfile.lock | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Gemfile b/Gemfile
index 4dddcade..e050a768 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,6 +9,7 @@ gem 'oj', '~> 3.0'
 gem 'parseconfig'
 gem 'rack'
 gem 'rake', '~> 10.0'
+gem 'rexml' # Investigate why unicorn fails to start under ruby 3 without adding rexml gem to the Gemfile
 gem 'sinatra', '~> 1.0'
 gem 'sinatra-advanced-routes'
 gem 'sinatra-contrib', '~> 1.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index 2cf8ec0d..985a1127 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -432,6 +432,7 @@ DEPENDENCIES
   redis
   redis-rack-cache (~> 2.0)
   redis-store (~> 1.10)
+  rexml
   rubocop
   shotgun!
   simplecov