aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-11-20 17:57:16 +0100
committerGitHub <noreply@github.com>2016-11-20 17:57:16 +0100
commit71117e1451f3fa74605059bc6f87b9282686f624 (patch)
tree852e8747830339662da6a2e71f17a08f0d6a8808 /Gemfile
parent5aea0952e7cb445e614652e3cd9aba71a836eed0 (diff)
parent8e3901b5e6b4900cb4dd4cc1154180f42b51db2b (diff)
downloadrails-71117e1451f3fa74605059bc6f87b9282686f624.tar.gz
rails-71117e1451f3fa74605059bc6f87b9282686f624.tar.bz2
rails-71117e1451f3fa74605059bc6f87b9282686f624.zip
Merge pull request #27111 from maclover7/jm-xmlmini
Refactor ActiveSupport::XMLMini test suite
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 10e146d887..37e5b4fd25 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,6 +48,7 @@ end
# Active Support.
gem "dalli", ">= 2.2.1"
gem "listen", ">= 3.0.5", "< 3.2", require: false
+gem "libxml-ruby", platforms: :ruby
# Active Job.
group :job do