##// END OF EJS Templates
Gemfile: pin request_store version 1.0.5 (#16685)...
Toshi MARUYAMA -
r12906:8ee6495978a9
parent child
Show More
@@ -6,7 +6,7 gem "jquery-rails", "~> 2.0.2"
6 gem "coderay", "~> 1.1.0"
6 gem "coderay", "~> 1.1.0"
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
8 gem "builder", "3.0.0"
8 gem "builder", "3.0.0"
9 gem "request_store"
9 gem "request_store", "1.0.5"
10 gem "mime-types"
10 gem "mime-types"
11
11
12 # Optional gem for LDAP authentication
12 # Optional gem for LDAP authentication
General Comments 0
You need to be logged in to leave comments. Login now