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

rails 7.1 gemspec issue #1111

Closed courtsimas closed 8 months ago

courtsimas commented 9 months ago

This gem works great with rails 7.1.0rc2... I've been testing it for a week The gemspec of this gem should be updated to work with rails 7.1, otherwise the stable release of rails won't actually install with this gemspec conflict.

aovertus commented 9 months ago

https://github.com/mbleigh/acts-as-taggable-on/pull/1110

I've opened a PR for this, lets give it some voice to merge it 😁

kapso commented 9 months ago

Thanks @aovertus

yea a merge would be nice.

seuros commented 8 months ago

Sorry for closing this issue:

Can you test this PR ? https://github.com/mbleigh/acts-as-taggable-on/issues/1112

I will release it once i get few confirmations that it won't cause issue with different adapters.