From 0dc08602261c3f22919697cc1749f859384ca1be Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 6 Sep 2012 22:34:40 +0000 Subject: [PATCH] XML output broken with builder 3.0.1. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.0-stable@10307 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 785fb73c3..c8268b97d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'prototype-rails', '3.2.1' gem "i18n", "~> 0.6.0" gem "coderay", "~> 1.0.6" gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby] -gem "builder" +gem "builder", "3.0.0" # Optional gem for LDAP authentication group :ldap do