We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Rack::Handler
Rackup::Handler
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.
The text was updated successfully, but these errors were encountered:
I've created a PR #163 based on code from capybara: https://github.com/teamcapybara/capybara/blob/master/lib/capybara/registrations/servers.rb#L31
Sorry, something went wrong.
This should be fixed in 0.7.1 thanks to the PR from @krzysztofjablonski!
No branches or pull requests
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 toRackup::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.
The text was updated successfully, but these errors were encountered: