You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
build.nokogiri
Set for the current user (C:/Users/lars/.bundle/config): "--use-system-libraries --with-xml2-include=c:/msys64/mingw64/include/libxml2 --with-xslt-dir=c:/msys64/mingw64"
force_ruby_platform
Set for the current user (C:/Users/lars/.bundle/config): "true"
The text was updated successfully, but these errors were encountered:
[CurrentRuby] Ensure the local platform isnt ruby before checking os/cpu
Closes#5344
fixes the problem since `Bundler.local_platform` can now be `"ruby"` on Windows, instead of a full-blown `Gem::Platform` object, when `force_ruby_platform` is set
[CurrentRuby] Ensure the local platform isnt ruby before checking os/cpu
Closes#5344
fixes the problem since `Bundler.local_platform` can now be `"ruby"` on Windows, instead of a full-blown `Gem::Platform` object, when `force_ruby_platform` is set
(cherry picked from commit 8eb8a5d)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is in response to #5337 .
Error Report
Questions
Please fill out answers to these questions, it'll help us figure out
why things are going wrong.
What did you do?
I ran the command
What did you expect to happen?
I expected Bundler to install only platform=ruby gems and ignore any native gems.
What happened instead?
Instead, what happened was that bundler crashed with this exception.
Have you tried any solutions posted on similar issues in our issue tracker, stack overflow, or google?
I tried
bundle lock --add-platform=ruby
andbundle lock --add-platform=ruby --remove-platform=x86-mingw32
as alternatives, which don't crash, but get unexpected results. See issue Bundler doesn't respect other than the native platform while resolving the gems to install #5337 .Have you read our issues document, https://github.com/bundler/bundler/blob/master/ISSUES.md?
... Good to know - I probably should.
Backtrace
Environment
Bundler settings
The text was updated successfully, but these errors were encountered: