Install libxml-ruby gem so full XMLMini test suite can be run

This commit is contained in:
Jon Moss 2016-11-19 10:46:28 -05:00
parent 1d18b9b2fb
commit 3256dcd8b9
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -214,6 +214,7 @@ GEM
kindlerb (1.0.1)
mustache
nokogiri
libxml-ruby (2.9.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -381,6 +382,7 @@ DEPENDENCIES
jquery-rails
json (>= 2.0.0)
kindlerb (>= 1.0.1)
libxml-ruby
listen (>= 3.0.5, < 3.2)
minitest (< 5.3.4)
mocha (~> 0.14)