From 36e8b4c56d4e631d5c63a4b3ad138ab3fc1087df Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 27 Oct 2014 15:18:49 +0200 Subject: [PATCH] bin files are now less noisy --- bin/rails | 2 +- bin/rake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/rails b/bin/rails index 7e12a9fe4..284b01d72 100755 --- a/bin/rails +++ b/bin/rails @@ -2,7 +2,7 @@ begin load File.expand_path('../spring', __FILE__) rescue LoadError - puts 'no spring' + 'no spring' end APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' diff --git a/bin/rake b/bin/rake index 54d3c10d0..7b36ecbff 100755 --- a/bin/rake +++ b/bin/rake @@ -2,7 +2,7 @@ begin load File.expand_path('../spring', __FILE__) rescue LoadError - puts 'no spring' + 'no spring' end require_relative '../config/boot' require 'rake'