Skip to content

Commit

Permalink
Fix error for Ruby 2.6, 2.7, and 3.0
Browse files Browse the repository at this point in the history
C:\Windows\system32\cmd.exe /D /S /C "C:\hostedtoolcache\windows\Ruby\3.0.7\x64\bin\bundle.bat install --jobs 4"
Your bundle only supports platforms ["x64-mingw-ucrt", "x86_64-linux"] but your
local platform is x64-mingw32. Add the current platform to the lockfile with
`bundle lock --add-platform x64-mingw32` and try again.
  • Loading branch information
shinokaro committed May 3, 2024
1 parent de4f2df commit 4885367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ GEM

PLATFORMS
x64-mingw-ucrt
x64-mingw32
x86_64-linux

DEPENDENCIES
hoe (~> 4.0)
minitest (~> 5.18)

BUNDLED WITH
2.4.13
2.4.19

0 comments on commit 4885367

Please sign in to comment.