X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/173b63ffdc7759e57185fcfc8bedb582681a07fb..3f5374901e80cf18b5cb00c5d341be63efadc810:/Gemfile diff --git a/Gemfile b/Gemfile index 21b628832..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' @@ -48,4 +48,5 @@ group :assets do gem 'sass-rails', " ~> 3.1.0" gem 'coffee-rails', "~> 3.1.0" gem 'uglifier' + gem 'therubyracer' end