From 77c6f3af2a8acdff1ecebb22a8b2edcab389d03f Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Wed, 19 Aug 2015 01:28:34 +0200 Subject: [PATCH] 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. --- Gemfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index fa75df1..e87d96b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,8 @@ source 'https://rubygems.org' gemspec + +group :benchmarking do + gem 'ox', :platforms => [:mri, :rbx] + gem 'nokogiri' +end