X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b52e5ef1cf8caa53d710c298952fd626adc1b51e..046bd295537d15e41eaebb2537fa3230b2c0ba41:/Gemfile 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'