fix bad asset compile

This commit is contained in:
Seth Call 2016-12-05 10:25:37 -06:00
parent 7ea80fa26f
commit 79f6649602
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ gem 'bootstrap-will_paginate', '0.0.6'
gem 'carrierwave' #, '0.9.0'
gem 'carrierwave_direct'
gem 'uuidtools', '2.1.2'
gem 'jquery-ui-rails' #, '4.2.1'
gem 'jquery-rails'
gem 'jquery-ui-rails', '5.0.5' #, '4.2.1'
gem 'jquery-rails', '4.1.1'
gem 'rails-jquery-autocomplete' # This is the maintained version of rails3-jquery-autocomplete
gem 'activeadmin' , '1.0.0.pre4'# github: 'activeadmin', branch: 'master'
gem 'mime-types', '1.25'