-
Notifications
You must be signed in to change notification settings - Fork 176
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
v2.0.31 Fails on ruby 2.7.x #286
Comments
Thanks for reporting, I'll take a look as soon as I can. |
So I think we've got three options
@rafaelfranca do you have an opinion between options 2 and 3 above? |
2 is ok for me. Rubygems 3.2 supports 2.7, so people can just upgrade. |
v2.0.32 has been released which fixes this. |
Indeed, this broke all of my heroku apps that are on the |
@gxespino I'm sorry, I don't understand. If 2.0.32 broke something please open a new issue. |
PR #280 replaces
Gem::Platform#match
toGem::Platform#match_gem?
This fixes deprecation warnings but breaks on ruby 2.7.? because match_gem? does not exist there (at least not on 2.7.3).This causes errors like these:
and
when running
bin/rails s
Work around
Update your gemfile to fix tailwindcss-rails to version 2.0.30 and run bundle update.
The text was updated successfully, but these errors were encountered: