update acts-as-taggable-on to 6.5.0

This commit is contained in:
Jonne Haß 2020-03-20 14:37:53 +01:00
parent a7119fa7c1
commit 4a5610df2f
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
gem "acts-as-taggable-on", "6.0.0"
gem "acts-as-taggable-on", "6.5.0"
# URIs and HTTP

View file

@ -48,8 +48,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
acts-as-taggable-on (6.0.0)
activerecord (~> 5.0)
acts-as-taggable-on (6.5.0)
activerecord (>= 5.0, < 6.1)
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.7)
activerecord-import (= 1.0.4)
acts-as-taggable-on (= 6.0.0)
acts-as-taggable-on (= 6.5.0)
acts_as_api (= 1.0.1)
addressable (= 2.7.0)
asset_sync (= 2.7.0)