rails / tailwindcss-rails

MIT License
1.42k stars 174 forks source link

Supporting for JRuby? #395

Closed mufan1014 closed 2 months ago

mufan1014 commented 2 months ago

It seems this gem does not support JRuby now because Gem::Platform.local.cpu&os only respond java & universal.

I would like to commit a PR to support JRuby by using RbConfig::CONFIG instead of Gem::Platform and I want to make sure if this project would like to add support of JRuby?

Thanks,