Browse Source

Add acts_as_loggable gem

denney-disable-on-select
Jason Denney 12 years ago
parent
commit
f5be9ca6ff
  1. 1
      Gemfile
  2. 9
      Gemfile.lock

1
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.

9
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)

Loading…
Cancel
Save