From a97caa5c7aec998f9572fc3d3019e233b8d01d62 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 3 Feb 2013 20:06:19 -0500 Subject: [PATCH] updated gem file to use older version of jquery rails that is working locally --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d143eaae..fdf1ea45 100644 --- a/Gemfile +++ b/Gemfile @@ -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'