Added Ox and Nokogiri to the Gemfile

This allows these Gems to be used in the benchmarks while also making it
a tad easier to install them.
This commit is contained in:
Yorick Peterse 2015-08-19 01:28:34 +02:00
parent 4ba9af4f74
commit 77c6f3af2a
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
source 'https://rubygems.org'
gemspec
group :benchmarking do
gem 'ox', :platforms => [:mri, :rbx]
gem 'nokogiri'
end