]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: pin roadie-rails version 1.1 (#25807)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 10 May 2017 11:54:27 +0000 (11:54 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 10 May 2017 11:54:27 +0000 (11:54 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16546 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 016d9fc7947541c36452128697188173a7984218..28b537a7b2447979148476e878a012d98da81f73 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem "request_store", "1.0.5"
 gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99")
 gem "protected_attributes"
 gem "actionpack-xml_parser"
-gem "roadie-rails"
+gem "roadie-rails", "~> 1.1.1"
 gem "mimemagic"
 
 gem "nokogiri", (RUBY_VERSION >= "2.1" ? ">= 1.7.0" : "~> 1.6.8")