Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with bson gem #23

Open
bisusubedi opened this issue Jun 7, 2016 · 1 comment
Open

Conflict with bson gem #23

bisusubedi opened this issue Jun 7, 2016 · 1 comment

Comments

@bisusubedi
Copy link

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
Copy link
Collaborator

qnm commented Jun 12, 2016

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants