Commit 13ac781e

mo k <mo@mokhan.ca>
2012-09-13 13:47:42
add acts as taggable gem
1 parent f672c74
Changed files (2)
Gemfile
@@ -12,8 +12,8 @@ gem "formtastic"
 gem 'activeadmin'
 gem 'sass-rails'
 gem 'bootstrap-sass'
-#gem 'unicorn'
 gem 'acts_as_commentable_with_threading'
+gem 'acts-as-taggable-on'
 gem 'newrelic_rpm'
 
 group :development, :test do
Gemfile.lock
@@ -40,6 +40,8 @@ GEM
     activesupport (3.2.8)
       i18n (~> 0.6)
       multi_json (~> 1.0)
+    acts-as-taggable-on (2.3.3)
+      rails (~> 3.0)
     acts_as_commentable_with_threading (1.1.2)
       activerecord (>= 3.0)
       activesupport (~> 3.0)
@@ -278,6 +280,7 @@ PLATFORMS
 
 DEPENDENCIES
   activeadmin
+  acts-as-taggable-on
   acts_as_commentable_with_threading
   bootstrap-sass
   capistrano