it is possible to install a gem for multiple platforms.
gems that have been build with devkit use --platform=ruby (devkit platform is x64-mingw32)
when you run gem install (or bundle install) the gem is installed again - with specific platform binaries: x64-mingw32
see https://bugs.ruby-lang.org/issues/10919 for full details.
it is possible to install a gem for multiple platforms.
gems that have been build with devkit use --platform=ruby (devkit platform is x64-mingw32)
when you run gem install (or bundle install) the gem is installed again - with specific platform binaries: x64-mingw32
see https://bugs.ruby-lang.org/issues/10919 for full details.