Skip to content

Instantly share code, notes, and snippets.

View theassyrian's full-sized avatar

The Assyrian theassyrian

View GitHub Profile
Thank you so much I used your cert and changede the env launch below works great with new ruby
C:\software\ruby\bin>cat setrbvars.bat
@ECHO OFF
REM Determine where is RUBY_BIN (where this script is)
PUSHD %~dp0.
SET RUBY_BIN=%CD%
POPD
REM Add RUBY_BIN to the PATH
REM RUBY_BIN takes higher priority to avoid other tools