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

Bundler could not find compatible versions for gem "activerecord": error #91

Open
gorakrao opened this issue Jul 26, 2016 · 2 comments
Open

Comments

@gorakrao
Copy link

Bundler could not find compatible versions for gem "activerecord":
In snapshot (Gemfile.lock):
activerecord (= 5.0.0)

In Gemfile:
acts-as-taggable-on (~> 3.5.0) was resolved to 3.5.0, which depends on
activerecord (< 5, >= 3.2)

rails (~> 5.0.0) was resolved to 5.0.0, which depends on
  activerecord (= 5.0.0)

Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

@rhizome
Copy link

rhizome commented Oct 28, 2016

No, "activerecord (< 5, >= 3.2)" means it wants a Rails version less than 5 but greater than 3.2. Check to see if you have Rails 5 in your Gemfile.

@ruipin
Copy link

ruipin commented Dec 29, 2016

@rhizome From what I understand, it's because blogit depends on acts-as-taggable-on ~> 3.5.0, which is incompatible with Rails 5.
As such, for blogit to be compatible with Rails 5, the project needs to update to acts-as-taggable-on 4.0
This is the same issue as #92

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