Bump acts-as-taggable-on

This commit is contained in:
Benjamin Neff 2021-06-27 23:18:54 +02:00
parent bd68e8ec83
commit 93fae13cab
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -48,8 +48,8 @@ GEM
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (6.5.0) acts-as-taggable-on (8.1.0)
activerecord (>= 5.0, < 6.1) activerecord (>= 5.0, < 6.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.7) active_model_serializers (= 0.9.7)
activerecord-import (= 1.1.0) activerecord-import (= 1.1.0)
acts-as-taggable-on (= 6.5.0) acts-as-taggable-on (= 8.1.0)
acts_as_api (= 1.0.1) acts_as_api (= 1.0.1)
addressable (= 2.7.0) addressable (= 2.7.0)
apparition (= 0.6.0) apparition (= 0.6.0)