bump acts-as-taggable-on
This commit is contained in:
parent
b3e1d860e9
commit
4bbbe93b2d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -73,7 +73,7 @@ gem 'twitter', '4.6.2'
|
||||||
|
|
||||||
# Tags
|
# Tags
|
||||||
|
|
||||||
gem 'acts-as-taggable-on', '2.3.3'
|
gem 'acts-as-taggable-on', '2.4.0'
|
||||||
|
|
||||||
# URIs and HTTP
|
# URIs and HTTP
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ GEM
|
||||||
activesupport (3.2.13)
|
activesupport (3.2.13)
|
||||||
i18n (= 0.6.1)
|
i18n (= 0.6.1)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
acts-as-taggable-on (2.3.3)
|
acts-as-taggable-on (2.4.0)
|
||||||
rails (~> 3.0)
|
rails (~> 3.0)
|
||||||
acts_as_api (0.4.1)
|
acts_as_api (0.4.1)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
|
|
@ -410,7 +410,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-import (= 0.3.1)
|
activerecord-import (= 0.3.1)
|
||||||
acts-as-taggable-on (= 2.3.3)
|
acts-as-taggable-on (= 2.4.0)
|
||||||
acts_as_api (= 0.4.1)
|
acts_as_api (= 0.4.1)
|
||||||
addressable (= 2.3.3)
|
addressable (= 2.3.3)
|
||||||
asset_sync (= 0.5.4)
|
asset_sync (= 0.5.4)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue