diff options
author | Mitesh Jain <mitijain123@gmail.com> | 2011-07-24 14:27:59 +0530 |
---|---|---|
committer | Mitesh Jain <mitijain123@gmail.com> | 2011-07-24 19:18:49 +0530 |
commit | fe37b48f282c919e4d645b6e264ffad14a5576ce (patch) | |
tree | ef394c2c028386c16e73ea528b7d408a7eec200e /Gemfile | |
parent | d33eb07543aed1a07f9efe40ff7edc983b401957 (diff) | |
download | rails-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |