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

Bullet doesn't support mongoid > 7.0.0 #72

Closed
brenoperucchi opened this issue May 6, 2018 · 1 comment
Closed

Bullet doesn't support mongoid > 7.0.0 #72

brenoperucchi opened this issue May 6, 2018 · 1 comment

Comments

@brenoperucchi
Copy link

brenoperucchi commented May 6, 2018

I try to test dummy application and get the error

Bundler::GemRequireError: There was an error while trying to load the gem 'bullet'.
Gem Load Error is: Bullet does not support mongoid 7.0.0 yet

Maybe you lock the mongoid in gemspec
s.add_development_dependency 'mongoid', '>= 4.0.0', '< 7.0.0'

@brenoperucchi brenoperucchi changed the title Bullet does no support mongoid > 7.0.0 Bullet doesn't support mongoid > 7.0.0 May 6, 2018
@simukappu
Copy link
Owner

@brenoperucchi Thank you for reporting! I have fix it as you proposed.

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

No branches or pull requests

2 participants