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