Add activeadmin gem to our app.
This commit is contained in:
parent
8796d28d28
commit
b97b398ce5
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue