Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@theassyrian
Created January 22, 2015 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theassyrian/5d11b122cbdc48a55a28 to your computer and use it in GitHub Desktop.
Save theassyrian/5d11b122cbdc48a55a28 to your computer and use it in GitHub Desktop.
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
REM conflict with our own (mainly the DevKit)
SET PATH=%RUBY_BIN%;%PATH%
SET RUBY_BIN=
set SSL_CERT_FILE=C:\users\root\cacert.pem
REM Display Ruby version
ruby.exe -v
C:\software\ruby\bin>ruby -v
ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment