Gemfile: use double quote for request_store (#16685)

git-svn-id: http://svn.redmine.org/redmine/trunk@13112 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-05-01 01:50:40 +00:00
parent a599442d05
commit 4276fc306c
1 changed files with 1 additions and 1 deletions

View File

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