mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
vendor/rails doesn't work anymore, remove it from the blank slate suggestion
This commit is contained in:
@@ -5,13 +5,4 @@ rescue LoadError
|
||||
require 'rubygems'
|
||||
require 'bundler'
|
||||
Bundler.setup
|
||||
|
||||
# To use 2.x style vendor/rails and RubyGems
|
||||
#
|
||||
# vendor_rails = File.expand_path('../../vendor/rails', __FILE__)
|
||||
# if File.exist?(vendor_rails)
|
||||
# Dir["#{vendor_rails}/*/lib"].each { |path| $:.unshift(path) }
|
||||
# end
|
||||
#
|
||||
# require 'rubygems'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user