Update binstubs
This commit is contained in:
parent
45de17e1de
commit
b711a8d4a1
1 changed files with 2 additions and 4 deletions
|
|
@ -4,8 +4,6 @@ begin
|
||||||
rescue LoadError => e
|
rescue LoadError => e
|
||||||
raise unless e.message.include?('spring')
|
raise unless e.message.include?('spring')
|
||||||
end
|
end
|
||||||
# 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', __dir__)
|
||||||
|
require_relative '../config/boot'
|
||||||
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
|
||||||
require File.expand_path('../../config/boot', __FILE__)
|
|
||||||
require 'rails/commands'
|
require 'rails/commands'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue