bump acts-as-taggable-on
This commit is contained in:
parent
451c4c2f57
commit
a30295dcc6
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -149,7 +149,7 @@ gem "rails-assets-diaspora_jsxc", "~> 0.1.1", source: "https://rails-assets.org"
|
||||||
|
|
||||||
# Tags
|
# Tags
|
||||||
|
|
||||||
gem "acts-as-taggable-on", "3.4.4"
|
gem "acts-as-taggable-on", "3.5.0"
|
||||||
|
|
||||||
# URIs and HTTP
|
# URIs and HTTP
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ 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.4.4)
|
acts-as-taggable-on (3.5.0)
|
||||||
activerecord (>= 3.2, < 5)
|
activerecord (>= 3.2, < 5)
|
||||||
acts_as_api (0.4.2)
|
acts_as_api (0.4.2)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
|
|
@ -707,7 +707,7 @@ DEPENDENCIES
|
||||||
actionpack-page_caching
|
actionpack-page_caching
|
||||||
active_model_serializers (= 0.9.3)
|
active_model_serializers (= 0.9.3)
|
||||||
activerecord-import (= 0.7.0)
|
activerecord-import (= 0.7.0)
|
||||||
acts-as-taggable-on (= 3.4.4)
|
acts-as-taggable-on (= 3.5.0)
|
||||||
acts_as_api (= 0.4.2)
|
acts_as_api (= 0.4.2)
|
||||||
addressable (= 2.3.7)
|
addressable (= 2.3.7)
|
||||||
asset_sync (= 1.1.0)
|
asset_sync (= 1.1.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue