RUBY-388 remove unnecessary load path addition
This commit is contained in:
parent
26090dbbdd
commit
6eaa9e4d62
|
@ -16,8 +16,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ++
|
# ++
|
||||||
|
|
||||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
|
||||||
|
|
||||||
MINIMUM_BSON_EXT_VERSION = "1.5.1"
|
MINIMUM_BSON_EXT_VERSION = "1.5.1"
|
||||||
|
|
||||||
module BSON
|
module BSON
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
# ++
|
# ++
|
||||||
|
|
||||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
|
||||||
|
|
||||||
require 'mongo/version'
|
require 'mongo/version'
|
||||||
|
|
||||||
module Mongo
|
module Mongo
|
||||||
|
|
Loading…
Reference in New Issue