Remove uneeded hack

This commit is contained in:
Sam 2014-05-07 08:21:13 +10:00
parent 41c6ca1686
commit 692f099807
1 changed files with 0 additions and 8 deletions

View File

@ -31,14 +31,6 @@ module Discourse
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.
# HACK!! regression in rubygems / bundler in ruby-head
if RUBY_VERSION == "2.1.0"
$:.map! do |path|
path = File.expand_path(path.sub("../../","../")) if path =~ /fast_xor/ && !File.directory?(File.expand_path(path))
path
end
end
require 'discourse'
require 'js_locale_helper'