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

support x64-mingw-ucrt for Ruby 3.1 users (#172) #173

Merged
merged 2 commits into from
Jun 18, 2022

Conversation

flavorjones
Copy link
Member

Windows support note: we ship the same executable in two gems, the x64-mingw32 and x64-mingw-ucrt flavors because Ruby < 3.1 uses the MSCVRT runtime libraries, and Ruby >= 3.1 uses the UCRT runtime libraries.

You can read more about this change here:

https://rubyinstaller.org/2021/12/31/rubyinstaller-3.1.0-1-released.html

Closes #172

@flavorjones flavorjones force-pushed the flavorjones-windows-ucrt-support branch from 28605a7 to c3d4263 Compare May 27, 2022 20:21
@flavorjones
Copy link
Member Author

I'm in the process of setting up a local windows VM with both Ruby 3.0 and 3.1 to validate that this is actually a solution to the problem. Please don't merge until I get back and confirm. Thanks!

@flavorjones
Copy link
Member Author

OK, confirmed.

@dhh when you cut the next release, please make sure whatever scripts you're using will generate the new x64-mingw-ucrt gem (either rake gem or rake gem:x64-mingw-ucrt will do it) and upload it as part of the batch. Thanks!

@devcamke
Copy link

devcamke commented Jun 4, 2022

@dhh I am still unable to use Tailwindcss-rails in my Rails App.

@mattChrisP
Copy link

Can you please merge it? Thanks! @flavorjones

@flavorjones
Copy link
Member Author

@mattChrisP I unfortunately do not have commit privileges for this repo.

@dhh dhh merged commit e44a4e4 into rails:main Jun 18, 2022
@flavorjones flavorjones deleted the flavorjones-windows-ucrt-support branch May 1, 2024 13:57
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 this pull request may close these issues.

tailwindcss-rails does not support the x64-mingw platform
4 participants