summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-12-22 13:41:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-12-22 13:41:15 +0000
commit6c6ea394af66e2dcf41ce5c16526d93da1c29507 (patch)
treead87c9f97ec968922f1379bd9bbfa29bff21450b /Gemfile
parent31a60c252e41143a0854a9dbfaf416e4a34cc1e0 (diff)
downloadredmine-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--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 950d0d5ca..908c848df 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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]