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