diff options
-rw-r--r-- | bin/bundle | 2 | ||||
-rw-r--r-- | bin/rails | 2 | ||||
-rw-r--r-- | bin/rake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/bundle b/bin/bundle index e3c2f622b..66e9889e8 100644 --- a/bin/bundle +++ b/bin/bundle @@ -1,3 +1,3 @@ -#!/usr/bin/env ruby.exe +#!/usr/bin/env ruby ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) load Gem.bin_path('bundler', 'bundle') @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby.exe +#!/usr/bin/env ruby APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands' @@ -1,4 +1,4 @@ -#!/usr/bin/env ruby.exe +#!/usr/bin/env ruby require_relative '../config/boot' require 'rake' Rake.application.run |