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

Incompatible with Rails 5? #92

Open
jarvisjohnson opened this issue Dec 29, 2016 · 1 comment
Open

Incompatible with Rails 5? #92

jarvisjohnson opened this issue Dec 29, 2016 · 1 comment

Comments

@jarvisjohnson
Copy link

bundle install of:

gem 'blogit', github: "katanacode/blogit" 
# Blogit depends on ActsAsTaggableOn
gem "acts-as-taggable-on"

returns:

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    acts-as-taggable-on was resolved to 3.5.0, which depends on
      activerecord (>= 4.0)

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

    rails (= 5.0.0.1) was resolved to 5.0.0.1, which depends on
      activerecord (= 5.0.0.1)

Latest acts-as-taggable-on is version 4.0.0, which works with Rails 5.

Can you guys upgrade to 4.0.0?

@glaszig
Copy link

glaszig commented Mar 18, 2017

you can test my branch from #93 if you'd like.

gem 'blogit', github: 'glaszig/blogit', branch: 'rails-5.1'

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