Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Windows Ruby 3.1 Native Extensions Installs (#139)
A change in `ruby@3.1`, `rubygems`, and/or `bundler@2.3.23` is preventing native extensions both `sqlite3` and `nokogiri` on Windows. I tried a few different incantations to force bundler to load platform specific versions of [`x64-mingw-ucrt`](#138), however all attempts fell short in some way. Locking the bundler version to 2.3.22 was the only way I could get the native extensions to install. This is a temporary fix until we can figure out what changed in the bundler ecosystem to cause this issue.
- Loading branch information