Bump acts-as-taggable-on

This commit is contained in:
Benjamin Neff 2024-05-30 03:42:15 +02:00
parent a1abcdb1c0
commit e64cd6038c
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -141,7 +141,7 @@ gem "active_model_serializers", "0.9.12"
# Tags
gem "acts-as-taggable-on", "9.0.1"
gem "acts-as-taggable-on", "10.0.0"
# URIs and HTTP

View file

@ -65,8 +65,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
acts-as-taggable-on (9.0.1)
activerecord (>= 6.0, < 7.1)
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 7.2)
acts_as_api (1.0.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
@ -790,7 +790,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (= 0.9.12)
activerecord-import (= 1.7.0)
acts-as-taggable-on (= 9.0.1)
acts-as-taggable-on (= 10.0.0)
acts_as_api (= 1.0.1)
addressable (= 2.8.4)
asset_sync (= 2.18.0)