Skip to content

Instantly share code, notes, and snippets.

@dukeimg
Created April 26, 2016 19:28
Show Gist options
  • Save dukeimg/d0b5207a352549e6a04503942d8c4c7c to your computer and use it in GitHub Desktop.
Save dukeimg/d0b5207a352549e6a04503942d8c4c7c to your computer and use it in GitHub Desktop.
Railsinstaller missiong gems fix
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
ECHO.This version of Ruby has not been built with support for Windows 95/98/Me.
GOTO :EOF
:WinNT
@"%~dp0ruby.exe" "%~dpn0" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment