summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-06-06 03:41:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-06-06 03:41:42 +0000
commit4ef5303b667e10fc4d8684fa8cf1ddf92cf60b97 (patch)
tree7798cb9b5ddb4f08d616b03bb3b9e6f742ad383f /Gemfile
parentc02c9ac1f7f7a22845017c5a35444f4b36d63cdb (diff)
downloadredmine-4ef5303b667e10fc4d8684fa8cf1ddf92cf60b97.tar.gz
redmine-4ef5303b667e10fc4d8684fa8cf1ddf92cf60b97.zip
Gemfile: ping roadie version 3.2 to prevent decadency failure on CI server Ruby 2.1
git-svn-id: http://svn.redmine.org/redmine/trunk@16611 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 244fc269f..d2117fc4b 100644
--- 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")