Skip to content

Commit ec97bd0

Browse files
committed
Revert "RUBY-388 remove superfluous require"
This reverts commit e9da244.
1 parent e9da244 commit ec97bd0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lib/bson.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# limitations under the License.
1717
# ++
1818

19+
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
20+
1921
MINIMUM_BSON_EXT_VERSION = "1.5.1"
2022

2123
module BSON

lib/mongo.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# limitations under the License.
1717
# ++
1818

19+
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
20+
1921
require 'mongo/version'
2022

2123
module Mongo

0 commit comments

Comments
 (0)