Bump acts-as-taggable-on

This commit is contained in:
Benjamin Neff 2017-08-04 01:02:11 +02:00
parent 61afb35803
commit 3961841506
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -170,7 +170,7 @@ gem "rails-assets-diaspora_jsxc", "0.1.5.develop.7", source: "https://rails-asse
# Tags # Tags
gem "acts-as-taggable-on", "3.5.0" gem "acts-as-taggable-on", "5.0.0"
# URIs and HTTP # URIs and HTTP

View file

@ -41,8 +41,8 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
acts-as-taggable-on (3.5.0) acts-as-taggable-on (5.0.0)
activerecord (>= 3.2, < 5) activerecord (>= 4.2.8)
acts_as_api (1.0.0) acts_as_api (1.0.0)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
@ -754,7 +754,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
active_model_serializers (= 0.9.7) active_model_serializers (= 0.9.7)
activerecord-import (= 0.19.1) activerecord-import (= 0.19.1)
acts-as-taggable-on (= 3.5.0) acts-as-taggable-on (= 5.0.0)
acts_as_api (= 1.0.0) acts_as_api (= 1.0.0)
addressable (= 2.5.1) addressable (= 2.5.1)
asset_sync (= 2.2.0) asset_sync (= 2.2.0)