From ebc20c304b6b27c5b61078364276a9a3678f6224 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Thu, 30 Aug 2018 15:47:13 -0700 Subject: [PATCH] Remove LOAD_PATH manipulation ext/ should already be added to the load path by bundler or rubygems since it is in the Gemspec. --- lib/bert.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/bert.rb b/lib/bert.rb index 352016a..2fc0596 100644 --- a/lib/bert.rb +++ b/lib/bert.rb @@ -1,8 +1,6 @@ require 'stringio' -$:.unshift File.join(File.dirname(__FILE__), *%w[.. ext]) - require 'bert/bert' require 'bert/types'