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