Add activeadmin gem to our app.

This commit is contained in:
Andrew Tomaka 2012-05-05 00:21:22 -04:00
parent 8796d28d28
commit b97b398ce5

View file

@ -7,6 +7,8 @@ gem 'rails', '3.2.3'
gem 'sqlite3'
gem 'activeadmin'
gem 'meta_search', '>= 1.1.0.pre'
# Gems used only for assets and not required
# in production environments by default.