Merged r16546 from trunk to 3.3-stable (#25807)

Gemfile: pin roadie-rails version 1.1.

git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@16547 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2017-05-10 12:26:42 +00:00
parent aef65ffe63
commit 0c9cf4d445

View File

@@ -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"