Bodacious/blogit

Incompatible with Rails 5?

Opened this issue · 1 comments

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?

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

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