X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b52e5ef1cf8caa53d710c298952fd626adc1b51e..727068eea512a346f230fc23169ea485a2137a7e:/Gemfile?ds=sidebyside diff --git a/Gemfile b/Gemfile index 511bf35e8..1c8adfd34 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,8 @@ gem 'rails', '3.1.3' # Require the postgres database driver gem 'pg' -# Load prototype support -gem 'prototype-rails' +# Load jquery support +gem 'jquery-rails' # Load rails plugins gem 'rails-i18n-updater'