aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2016-11-19 10:46:28 -0500
committerJon Moss <me@jonathanmoss.me>2016-11-19 10:46:28 -0500
commit3256dcd8b9b46c50d9b51524bc44d2e3032fd801 (patch)
tree1d394c84b1de69e9ea438c8c2d686cb0db465d8d /Gemfile
parent1d18b9b2fb48664074781aff7db6056058725458 (diff)
downloadrails-3256dcd8b9b46c50d9b51524bc44d2e3032fd801.tar.gz
rails-3256dcd8b9b46c50d9b51524bc44d2e3032fd801.tar.bz2
rails-3256dcd8b9b46c50d9b51524bc44d2e3032fd801.zip
Install libxml-ruby gem so full XMLMini test suite can be run
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