summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-05-10 11:54:27 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-05-10 11:54:27 +0000
commit31039a657869de96e0445010b219d463ae8120b8 (patch)
treedc60088d7c410e265cf895263bc63f2045b7f9fa /Gemfile
parentf2b891d9122f1fc0a05ea1c8c4203b85fd1883c7 (diff)
downloadredmine-31039a657869de96e0445010b219d463ae8120b8.tar.gz
redmine-31039a657869de96e0445010b219d463ae8120b8.zip
Gemfile: pin roadie-rails version 1.1 (#25807)
git-svn-id: http://svn.redmine.org/redmine/trunk@16546 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 016d9fc79..28b537a7b 100644
--- 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")