@@ -9,7 +9,7 gem "jquery-rails", "~> 3.1.4" | |||||
9 | gem "coderay", "~> 1.1.0" |
|
9 | gem "coderay", "~> 1.1.0" | |
10 | gem "builder", ">= 3.0.4" |
|
10 | gem "builder", ">= 3.0.4" | |
11 | gem "request_store", "1.0.5" |
|
11 | gem "request_store", "1.0.5" | |
12 | gem "mime-types" |
|
12 | gem "mime-types", (RUBY_VERSION >= "2.0" ? "~> 3.0" : "~> 2.99") | |
13 | gem "protected_attributes" |
|
13 | gem "protected_attributes" | |
14 | gem "actionpack-action_caching" |
|
14 | gem "actionpack-action_caching" | |
15 | gem "actionpack-xml_parser" |
|
15 | gem "actionpack-xml_parser" |
General Comments 0
You need to be logged in to leave comments.
Login now