File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -569,11 +569,11 @@ Versions >= 7.x are compatible with Ruby 2.3.7+ and Rails 5 and 6.
569
569
570
570
Versions >= 8.x are compatible with Ruby 2.3.7+ and Rails 5 and 6.
571
571
572
- Versions >= 9.x are compatible with Ruby 2.5.0 and Rails 6 and 7.
572
+ Versions >= 9.x are compatible with Ruby 2.5.0 and Rails 6 and 7.0.
573
573
574
- Versions >= 11.x are compatible with Ruby 3.1.0 and Rails 7.
574
+ Versions >= 11.x are compatible with Ruby 3.1.0 and Rails 7.0 and 7.1.
575
575
576
- Versions >= 12.x are compatible with Ruby 3.2.0 and Rails 7.1 and 8.0.
576
+ Versions >= 12.x are compatible with Ruby 3.2.0 and Rails 7.1, 7.2 and 8.0.
577
577
578
578
For an up-to-date roadmap, see https://github.com/mbleigh/acts-as-taggable-on/milestones
579
579
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module ActsAsTaggableOn
4
- VERSION = '11 .0.0'
4
+ VERSION = '12 .0.0'
5
5
end
You can’t perform that action at this time.
0 commit comments