aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMitesh Jain <mitijain123@gmail.com>2011-07-24 14:27:59 +0530
committerMitesh Jain <mitijain123@gmail.com>2011-07-24 19:18:49 +0530
commitfe37b48f282c919e4d645b6e264ffad14a5576ce (patch)
treeef394c2c028386c16e73ea528b7d408a7eec200e /Gemfile
parentd33eb07543aed1a07f9efe40ff7edc983b401957 (diff)
downloadrails-fe37b48f282c919e4d645b6e264ffad14a5576ce.tar.gz
rails-fe37b48f282c919e4d645b6e264ffad14a5576ce.tar.bz2
rails-fe37b48f282c919e4d645b6e264ffad14a5576ce.zip
Bringing back the jquery-rails. One test is dependent.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 743c2a640d..ec064bbda8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,6 +8,7 @@ else
gem "arel", '~> 2.1.3'
end
+gem "jquery-rails"
# This needs to be with require false to avoid
# it being automatically loaded by sprockets
gem "uglifier", ">= 1.0.0", :require => false