X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d923ddc827296c254537d122bd689485224d48fb..4eefbaa9dbd61958585e27582ea299d5bff88687:/Gemfile diff --git a/Gemfile b/Gemfile index 788da1ebe..1c8adfd34 100644 --- a/Gemfile +++ b/Gemfile @@ -2,13 +2,13 @@ source 'http://rubygems.org' # Require rails -gem 'rails', '3.1.2' +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'