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'