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
(maint) Update acceptance to fix windows ruby install
A couple things have changed about ruby and chocolatey, requiring new
changes to ensure the windows installation can succeed.
The newest versions of chocolately no longer require the `--lo` flag in
the choco list command, because that command now only lists local
packages instead of doing any remote searching.
Remove use of the flag so acceptance setup can complete
Update the ruby installation to use latest ruby, version 2.5 was unable
to build with new changes to the ruby devkit.
Add new steps to install msys2 and run ridk to install the ruby devkit,
which is required to build gems with C extensions
0 commit comments