Skip to content

System spec failures after upgrading to 1.0.1 #19

@tagliala

Description

@tagliala

Hello, after this upgrade CI started failing with:

     1.1) Failure/Error: register :puma, Puma
          
          NoMethodError:
            undefined method `register' for Rackup::Handler:Module

I've tried to clone and bisect, but I'm not familiar with this repo, I don't understand how it is supposed to work in local

This is the only change in the code:

diff --git a/Gemfile.lock b/Gemfile.lock
index 7dafccb..79183b0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -400,7 +400,7 @@ GEM
       rack (< 3)
     rack-test (2.1.0)
       rack (>= 1.3)
-    rackup (1.0.0)
+    rackup (1.0.1)
       rack (< 3)
       webrick
     rails (7.2.1.1)
    puma (6.4.3)
      nio4r (~> 2.0)

    rack (2.2.10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions