You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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)
Running
bundle update
will rebuild your snapshot from scratch, using onlythe gems in your Gemfile, which may resolve the conflict.
The text was updated successfully, but these errors were encountered: