# HG changeset patch # User Edho Arief # Date 1349290633 -25200 # Node ID 91d3749cbff83110fb58e45ad71e623808d2ce6d # Parent 9bc1bc5ae10d844599f189fe403431ed1291d566 Readded jQuery. diff -r 9bc1bc5ae10d -r 91d3749cbff8 Gemfile --- a/Gemfile Thu Sep 27 14:38:13 2012 +0700 +++ b/Gemfile Thu Oct 04 01:57:13 2012 +0700 @@ -1,6 +1,7 @@ source 'https://rubygems.org' gem 'rails', '3.2.8' +gem 'jquery-rails' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' diff -r 9bc1bc5ae10d -r 91d3749cbff8 Gemfile.lock --- a/Gemfile.lock Thu Sep 27 14:38:13 2012 +0700 +++ b/Gemfile.lock Thu Oct 04 01:57:13 2012 +0700 @@ -36,6 +36,9 @@ hike (1.2.1) i18n (0.6.1) journey (1.0.4) + jquery-rails (2.1.3) + railties (>= 3.1.0, < 5.0) + thor (~> 0.14) json (1.7.5) kgio (2.7.4) mail (2.4.4) @@ -101,6 +104,7 @@ ruby DEPENDENCIES + jquery-rails json mysql2 puma