Commit db9063bd

mo k <mo@mokhan.ca>
2012-06-07 13:08:43
add acts_as_commentable_with_threading gem
1 parent 1b01d84
Changed files (2)
Gemfile
@@ -13,6 +13,8 @@ gem 'activeadmin'
 gem 'sass-rails'
 gem 'bootstrap-sass'
 #gem 'unicorn'
+gem 'acts_as_commentable_with_threading'
+
 group :development, :test do
   gem 'webrat'
   gem 'rspec-rails'
Gemfile.lock
@@ -39,8 +39,14 @@ GEM
     activesupport (3.2.5)
       i18n (~> 0.6)
       multi_json (~> 1.0)
+    acts_as_commentable_with_threading (1.1.2)
+      activerecord (>= 3.0)
+      activesupport (~> 3.0)
+      awesome_nested_set (>= 2.0)
     addressable (2.2.8)
     arel (3.0.2)
+    awesome_nested_set (2.1.3)
+      activerecord (>= 3.0.0)
     bcrypt-ruby (3.0.1)
     bootstrap-sass (2.0.3.1)
     bourbon (2.1.0)
@@ -265,6 +271,7 @@ PLATFORMS
 
 DEPENDENCIES
   activeadmin
+  acts_as_commentable_with_threading
   bootstrap-sass
   capistrano
   capistrano-ext