We've moved discussions to Discord

Error when running Bundler with Rails 6.1.0 and acts-as-taggable-on

Has anyone else got this error after upgrading their JumpStart Pro project to the latest version, using Rails 6.1? Looks like there is a conflict between ActiveRecord and acts-as-taggable-on.

Bundler could not find compatible versions for gem "activerecord":
  In Gemfile:
    acts-as-taggable-on (~> 6.0) was resolved to 6.0.0, which depends on
      activerecord (~> 5.0)

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

Not sure if I did something wrong or if this is a larger issue that needs to be posted as an issue on the project's GitHub page, which I haven't seen anyone else reporting yet.

Thanks!
William Kennedy
There is PR open https://github.com/mbleigh/acts-as-taggable-on/pull/1013/files
Notifications
You’re not receiving notifications from this thread.