activeadmin set to real build

This commit is contained in:
Seth Call 2016-07-17 22:23:07 -05:00
parent cb35f75dcc
commit 88f796faed
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ gem 'uuidtools', '2.1.2'
gem 'jquery-ui-rails' #, '4.2.1'
gem 'jquery-rails'
gem 'rails-jquery-autocomplete' # This is the maintained version of rails3-jquery-autocomplete
gem 'activeadmin' , github: 'activeadmin', branch: 'master'
gem 'activeadmin' , '1.0.0.pre4'# github: 'activeadmin', branch: 'master'
gem 'mime-types', '1.25'
#gem 'meta_search'
gem 'fog', "~> 1.32.0"