seamusabshere/remote_table

Conflict with bson gem

bisusubedi opened this issue · 1 comments

Hi,

I have following setup

ruby 2.3.1p112
bson (4.1.1)
remote_table (3.3.3)

I am facing strange issue with this setup

require 'remote_table'
require 'bson'

BSON::ByteBuffer will throw

NameError: uninitialized constant BSON::ByteBuffer

but

require 'bson'
BSON::ByteBuffer 

works well.

Are there known conflicts between these two gems?

qnm commented

@bisusubedi I'm not aware of any issue, but there may well be.

Could I ask you to put together a repo with a couple of test cases in there - a working one and a breaking one, please? The repo needn't contain much more than a Gemfile and a couple of ruby scripts.

That'll give us somewhere definite to work from.

Thanks.