From 98e92d9617a6729660573ea88d67fe9232e5adc1 Mon Sep 17 00:00:00 2001 From: Maurilio Atila Date: Thu, 15 Jan 2015 13:42:40 -0500 Subject: [PATCH] script/rails: point shebang to `ruby` with a version --- script/rails | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/rails b/script/rails index d76b181..f8da2cf 100755 --- a/script/rails +++ b/script/rails @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby1.9.1 +#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. APP_PATH = File.expand_path('../../config/application', __FILE__) -- libgit2 0.21.2