updated gem file to use older version of jquery rails that is working locally

This commit is contained in:
Connor Turland 2013-02-03 20:06:19 -05:00
parent 31dc1ed126
commit a97caa5c7a

View file

@ -26,7 +26,7 @@ group :assets do
gem 'uglifier', '>= 1.0.3'
end
gem 'jquery-rails'
gem 'jquery-rails', '2.1.2'
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'