blogit icon indicating copy to clipboard operation
blogit copied to clipboard

Incompatible with Rails 5?

Open jarvisjohnson opened this issue 7 years ago • 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?

jarvisjohnson avatar Dec 29 '16 21:12 jarvisjohnson

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

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

glaszig avatar Mar 18 '17 00:03 glaszig