diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-05-01 01:50:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-05-01 01:50:40 +0000 |
commit | 4276fc306c6e2962240dafe1d86ee58b73ab0190 (patch) | |
tree | ffc9a78ba564cb153d6bca0afd7ee68eb1734896 /Gemfile | |
parent | a599442d05e50f1998ef8e77df54240be4ceda1d (diff) | |
download | redmine-4276fc306c6e2962240dafe1d86ee58b73ab0190.tar.gz redmine-4276fc306c6e2962240dafe1d86ee58b73ab0190.zip |
Gemfile: use double quote for request_store (#16685)
git-svn-id: http://svn.redmine.org/redmine/trunk@13112 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" gem "mime-types" # Optional gem for LDAP authentication |