]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Don't escape anything in text/plain message notifications
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 788da1ebe379cea8319e108435868d5cfc18ec04..1c8adfd34561af222239370fe9ad621d82c5f3fa 100644 (file)
--- 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'