-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installation not working on Rails 6.0 stable #961
Comments
@tolesco you installed the gem from the master branch which is in development. So I would not recommend using that in production I think you could better wait for version 6.0.1 to be released. |
@sandergroen thanks for the tip, I'll wait for version 6.1 as you told me: D |
Any news on this? |
@seuros I see that the PR has been merged. Is there a plan to publish the release to rubygems soon? Thanks! |
close mbleigh#951 fixes mbleigh#953 files mbleigh#961
I'm getting an error when I try to install it with Rails 6.0.0 stable.
With
gem 'acts-as-taggable-on', '~> 6.0'
on the Gemfile I get this error:I fixed changing to this line in the Gemfile:
gem 'acts-as-taggable-on', git: 'https://github.com/mbleigh/acts-as-taggable-on'
And I get the output:
Using acts-as-taggable-on 6.0.1 (was 5.0.0) from https://github.com/mbleigh/acts-as-taggable-on (at master@fbf2b60)
.Bundle completed, no error present.
Any idea of why is this occurring? It's safe to use 6.0.1 in production?
The text was updated successfully, but these errors were encountered: