Bump acts-as-taggable-on
This commit is contained in:
parent
a1abcdb1c0
commit
e64cd6038c
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -141,7 +141,7 @@ gem "active_model_serializers", "0.9.12"
|
||||||
|
|
||||||
# Tags
|
# Tags
|
||||||
|
|
||||||
gem "acts-as-taggable-on", "9.0.1"
|
gem "acts-as-taggable-on", "10.0.0"
|
||||||
|
|
||||||
# URIs and HTTP
|
# URIs and HTTP
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -65,8 +65,8 @@ GEM
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.3)
|
zeitwerk (~> 2.3)
|
||||||
acts-as-taggable-on (9.0.1)
|
acts-as-taggable-on (10.0.0)
|
||||||
activerecord (>= 6.0, < 7.1)
|
activerecord (>= 6.1, < 7.2)
|
||||||
acts_as_api (1.0.1)
|
acts_as_api (1.0.1)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 3.0.0)
|
||||||
|
|
@ -790,7 +790,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers (= 0.9.12)
|
active_model_serializers (= 0.9.12)
|
||||||
activerecord-import (= 1.7.0)
|
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)
|
acts_as_api (= 1.0.1)
|
||||||
addressable (= 2.8.4)
|
addressable (= 2.8.4)
|
||||||
asset_sync (= 2.18.0)
|
asset_sync (= 2.18.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue