From f5be9ca6ff637cefc32b9b7ae3d34c997f73afc2 Mon Sep 17 00:00:00 2001 From: Jason Denney Date: Tue, 4 Dec 2012 17:07:43 -0500 Subject: [PATCH] Add acts_as_loggable gem --- Gemfile | 1 + Gemfile.lock | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index 0892222..67e5cfa 100644 --- a/Gemfile +++ b/Gemfile @@ -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. diff --git a/Gemfile.lock b/Gemfile.lock index e3cb180..65f0062 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,11 @@ +GIT + remote: git@github.com:spacemunkay/acts_as_loggable.git + revision: bacd43a1de10edd3eac0fefc6dcc35ca282e416a + specs: + acts_as_loggable (0.0.3) + activerecord (>= 3.0) + activesupport (~> 3.0) + GEM remote: https://rubygems.org/ specs: @@ -210,6 +218,7 @@ PLATFORMS ruby DEPENDENCIES + acts_as_loggable! bootstrap-will_paginate (~> 0.0.6) capybara (~> 1.1.2) coffee-rails (~> 3.2.1)