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

Mongoid4/Rails4 Compatibility #4

Closed
loopj opened this issue Mar 14, 2013 · 3 comments
Closed

Mongoid4/Rails4 Compatibility #4

loopj opened this issue Mar 14, 2013 · 3 comments

Comments

@loopj
Copy link

loopj commented Mar 14, 2013

Hey @durran you've updated mongoid/mongoid master to work with rails4, is the any chance you could also update kiqstand's master to reflect this (depend on mongoid4 maybe?). Alternatively, a mongoid4 branch would also suffice.

Thanks!

@durran
Copy link
Member

durran commented Mar 15, 2013

Sure will do.

@durran durran closed this as completed in f77997d Apr 9, 2013
@lucasgertel
Copy link

Hello @durran
I'm not sure why it's not working for me.

Trying to use:
gem 'mongoid', github: 'mongoid/mongoid'
gem 'kiqstand', github: 'mongoid/kiqstand'

Got:
Bundler could not find compatible versions for gem "mongoid":
In Gemfile:
kiqstand (>= 0) ruby depends on
mongoid (~> 3.0) ruby

mongoid (4.0.0)

@tetherit
Copy link

I have this in my gemfile:

gem "mongoid", github: "mongoid/mongoid"
gem 'kiqstand', github: 'mongoid/kiqstand'

When I run bundle, I get:

Bundler could not find compatible versions for gem "mongoid":
  In Gemfile:
    kiqstand (>= 0) ruby depends on
      mongoid (~> 3.1) ruby

    mongoid (4.0.0.beta1)

So this does not seem to be fixed?

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

3 participants