From 837bc019df36273295120ca26c89390dc413588b Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 10 May 2017 12:27:57 +0000 Subject: [PATCH] Merged r16546 from trunk to 3.2-stable (#25807) Gemfile: pin roadie-rails version 1.1. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16548 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c1cf61426..9e6d74ade 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99") gem "protected_attributes" gem "actionpack-action_caching" gem "actionpack-xml_parser" -gem "roadie-rails" +gem "roadie-rails", "~> 1.1.1" gem "mimemagic" gem "nokogiri", "~> 1.6.8" -- 2.39.5