Trevor Rowe

Results 1 issues of Trevor Rowe

Given the following Gemfile ``` source 'https://rubygems.org' gem 'multi_xml' gem 'nokogiri' gem 'ox' gem 'libxml-ruby' ``` Given the following Gemfile.lock ``` GEM remote: https://rubygems.org/ specs: libxml-ruby (2.8.0) mini_portile (0.6.2) multi_xml...