summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-06-12 11:43:30 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-06-12 11:43:30 +0000
commit8ee6495978a96112b42df12d20e856ca060634aa (patch)
tree935098044140964a9a25ffe160430668d78eb6b8 /Gemfile
parentf1a8066e3cf9fe141dd893974a0227458a0b8a41 (diff)
downloadredmine-8ee6495978a96112b42df12d20e856ca060634aa.tar.gz
redmine-8ee6495978a96112b42df12d20e856ca060634aa.zip
Gemfile: pin request_store version 1.0.5 (#16685)
Many integration tests are broken. git-svn-id: http://svn.redmine.org/redmine/trunk@13181 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 cf4e85ccf..4de6b0ab6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,7 @@ gem "jquery-rails", "~> 2.0.2"
gem "coderay", "~> 1.1.0"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", "3.0.0"
-gem "request_store"
+gem "request_store", "1.0.5"
gem "mime-types"
# Optional gem for LDAP authentication