-
-
Save dukeimg/d0b5207a352549e6a04503942d8c4c7c to your computer and use it in GitHub Desktop.
Railsinstaller missiong gems fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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