Add acts_as_loggable gem

This commit is contained in:
Jason Denney
2012-12-04 17:07:43 -05:00
parent aa3ed3d43b
commit f5be9ca6ff
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ gem 'jquery-rails', '~> 2.0'
gem 'decent_exposure', '~> 1.0.1'
gem 'will_paginate', '~> 3.0.3'
gem 'bootstrap-will_paginate', '~> 0.0.6'
gem 'acts_as_loggable', :git => 'git@github.com:spacemunkay/acts_as_loggable.git'
# Gems used only for assets and not required
# in production environments by default.