Bump acts-as-taggable-on

This commit is contained in:
Benjamin Neff 2022-07-17 21:30:29 +02:00
parent 8a1e3fbec2
commit 01ab639736
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -171,7 +171,7 @@ gem "rails-assets-diaspora_jsxc", "0.1.5.develop.7", source: "https://gems.diasp
# Tags
gem "acts-as-taggable-on", "8.1.0"
gem "acts-as-taggable-on", "9.0.1"
# URIs and HTTP

View file

@ -66,8 +66,8 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.2)
acts-as-taggable-on (9.0.1)
activerecord (>= 6.0, < 7.1)
acts_as_api (1.0.1)
activemodel (>= 3.0.0)
activesupport (>= 3.0.0)
@ -797,7 +797,7 @@ PLATFORMS
DEPENDENCIES
active_model_serializers (= 0.9.8)
activerecord-import (= 1.4.0)
acts-as-taggable-on (= 8.1.0)
acts-as-taggable-on (= 9.0.1)
acts_as_api (= 1.0.1)
addressable (= 2.8.0)
apparition (= 0.6.0)