From 90995bab7d15dc33ad88a00737ed03e076bb6b4a Mon Sep 17 00:00:00 2001 From: Sherwin Wu Date: Sat, 19 Jan 2013 10:43:44 -0800 Subject: [PATCH] Updated version of jQuery rails in gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 73ac0172ae..122c108a07 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'mocha', '~> 0.13.0', require: false gem 'rack-test', github: 'brynary/rack-test' gem 'rack-cache', '~> 1.2' gem 'bcrypt-ruby', '~> 3.0.0' -gem 'jquery-rails', '~> 2.1.4', github: 'rails/jquery-rails' +gem 'jquery-rails', '~> 2.2.0', github: 'rails/jquery-rails' gem 'turbolinks' gem 'coffee-rails', github: 'rails/coffee-rails'