From e99a328fa430d8ddcb81b06f0234369fb977e6d7 Mon Sep 17 00:00:00 2001
From: Jarek Prokop <jprokop@redhat.com>
Date: Tue, 3 Dec 2024 11:48:32 +0100
Subject: [PATCH] Update rack to 2.2.10 to fix error with Ruby 3.3 regexp.

Ruby 3.3's Regexp class removed the third argument for #new and similar calls

Update nio4r to compile with Ruby 3.3.6 as well.
---
 Gemfile.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index fa374199..77147523 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,10 +1,10 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    nio4r (2.5.2)
+    nio4r (2.5.9)
     puma (4.3.5)
       nio4r (~> 2.0)
-    rack (2.2.3)
+    rack (2.2.10)
 
 PLATFORMS
   ruby