Skip to content
New issue

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

We cannot test on Rack 3 #753

Closed
ioquatix opened this issue Aug 5, 2022 · 1 comment · Fixed by #758
Closed

We cannot test on Rack 3 #753

ioquatix opened this issue Aug 5, 2022 · 1 comment · Fixed by #758

Comments

@ioquatix
Copy link

ioquatix commented Aug 5, 2022

s.add_dependency "rack", "> 1", "< 3"

Because of this line.

rails/rails#45741

@p8
Copy link
Member

p8 commented Aug 8, 2022

I think you can create a fork of sprockets that allows Rack 3 and link to that in the Rails Gemfile.
Similar to:
https://github.com/rails/rails/blob/8b0499aa1d3fcfb0f42ded41990bc91b50821a84/Gemfile#L93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants