summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-06 22:34:21 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-09-06 22:34:21 +0000
commit1f7a944d14265e85f3b7fcb24df8ba5c76ad3918 (patch)
tree71af2595de1e7e037f2ff66e1f5d0a6db6c2671e /Gemfile
parentef8c3932903c5ec4bf13cea51d32976f755d8457 (diff)
downloadredmine-1f7a944d14265e85f3b7fcb24df8ba5c76ad3918.tar.gz
redmine-1f7a944d14265e85f3b7fcb24df8ba5c76ad3918.zip
XML output broken with builder 3.0.1.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10306 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 228c4d017..33a29951d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gem "jquery-rails", "~> 2.0.2"
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