]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: ping roadie version 3.2 to prevent decadency failure on CI server Ruby 2.1
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 6 Jun 2017 03:41:42 +0000 (03:41 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 6 Jun 2017 03:41:42 +0000 (03:41 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16611 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 244fc269f3e0df872097a6b149fe205eb4d2c305..d2117fc4b0d66abfddbbb937b3780344c5d91ef4 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -13,6 +13,7 @@ gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
 gem "protected_attributes"
 gem "actionpack-xml_parser"
 gem "roadie-rails", "~> 1.1.1"
+gem "roadie", "~> 3.2.1"
 gem "mimemagic"
 
 gem "nokogiri", (RUBY_VERSION >= "2.1" ? ">= 1.7.0" : "~> 1.6.8")