diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-22 13:41:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-22 13:41:15 +0000 |
commit | 6c6ea394af66e2dcf41ce5c16526d93da1c29507 (patch) | |
tree | ad87c9f97ec968922f1379bd9bbfa29bff21450b /Gemfile | |
parent | 31a60c252e41143a0854a9dbfaf416e4a34cc1e0 (diff) | |
download | redmine-6c6ea394af66e2dcf41ce5c16526d93da1c29507.tar.gz redmine-6c6ea394af66e2dcf41ce5c16526d93da1c29507.zip |
XML parameters parser extracted to actionpack-xml_parser gem in Rails 4 (#14534).
git-svn-id: http://svn.redmine.org/redmine/trunk@13790 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ gem "mime-types" gem "awesome_nested_set", "3.0.0" gem "protected_attributes" gem "actionpack-action_caching" +gem "actionpack-xml_parser" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby] |