]> git.openstreetmap.org Git - rails.git/blobdiff - Gemfile
Potlatch 2 localisation updates
[rails.git] / Gemfile
diff --git a/Gemfile b/Gemfile
index 4644d07ea4f5648d9a5b2b50100d00ca7d3a8fb0..1b35b6074c0a4283c6ca359c9aa1b4eeedee61de 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
 source 'http://rubygems.org'
 
 # Require rails
-gem 'rails', '3.2.8'
+gem 'rails', '3.2.9'
 
 # Require things which have moved to gems in ruby 1.9
 gem 'bigdecimal', :platforms => :ruby_19
@@ -13,6 +13,9 @@ gem 'pg'
 # Load jquery support
 gem 'jquery-rails'
 
+# Load R2 for RTL conversion
+gem 'r2'
+
 # Load rails plugins
 gem 'rails-i18n', ">= 0.6.3"
 gem 'dynamic_form'