-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I'm trying to install 0.0.8.1-x64-mingw32 in a x64-mingw ruby 3.1.1 system but I get the following error.
Your bundle is locked to unf_ext (0.0.8.1-x64-mingw32) from rubygems repository
https://rubygems.org/ or installed locally, but that version can no longer be
found in that source. That means the author of unf_ext (0.0.8.1-x64-mingw32) has
removed it. You'll need to update your bundle to a version other than unf_ext
(0.0.8.1-x64-mingw32) that hasn't been removed in order to install.
I can successfully install 0.0.8.1-x86-mingw32 in a x86-mingw ruby 3.1.1 system.
I noticed 0.0.8.1-x64-mingw32 has required ruby version: >= 2.4, < 3.1.DEV. Shouldn't it be >= 2.4, < 3.2.DEV, the same as 0.0.8.1-x86-mingw32?
Metadata
Metadata
Assignees
Labels
No labels