cypress-rails icon indicating copy to clipboard operation
cypress-rails copied to clipboard

Incompatible with rack 3.1

Open keithlayne opened this issue 7 months ago • 0 comments

In 3.1, rackup moved to a separate gem, so the server breaks on this line:

https://github.com/testdouble/cypress-rails/blob/main/lib/cypress-rails/server/puma.rb#L13

Rack::Handler is undefined in this case, but I confirmed changing that line to Rackup::Handler worked.

I don't know how or if you want to deal with this, from a quick look it appears that cypress-rails doesn't have an explicit dependency on rack.

Sorry, I don't have time to really look into this right now, for the moment I've just locked rack to 3.0, but wanted to let you know about it.

keithlayne avatar Jul 05 '24 20:07 keithlayne