mbleigh / acts-as-taggable-on

A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
http://mbleigh.lighthouseapp.com/projects/10116-acts-as-taggable-on
MIT License
4.95k stars 1.18k forks source link

Update readme with latest version of the gem #1117

Open yannklein opened 7 months ago

yannklein commented 7 months ago

I removed , '~> 9.0' for everyone to get the latest version of the gem so that people that use Rails 7.1 don't get a version error message. We could add , '~> 10.0' instead as well, but it has to be changed at every new version.