]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: update builder version >= 3.0.4 (#17309)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Jun 2014 13:35:41 +0000 (13:35 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 30 Jun 2014 13:35:41 +0000 (13:35 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13196 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 4de6b0ab6e9137b0223b25f8bcc9bbcdd910d0be..8986a4c7a3d49c01e5edf72e3177707a45880b2e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gem "rake", "~> 10.1.1"
 gem "jquery-rails", "~> 2.0.2"
 gem "coderay", "~> 1.1.0"
 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
-gem "builder", "3.0.0"
+gem "builder", ">= 3.0.4"
 gem "request_store", "1.0.5"
 gem "mime-types"