From 85463e1753d6607bc9e1a1023eddfc7cab98ba97 Mon Sep 17 00:00:00 2001 From: Jerry Liu Date: Fri, 20 Jan 2017 16:04:42 -0500 Subject: [PATCH] add benchmark-ips to benchmark group in Gemfile --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 000aa95..4229b05 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,12 @@ source 'https://rubygems.org' gemspec gem 'stackprof', platforms: :mri_21 +group :benchmark, :test do + gem 'benchmark-ips' +end + group :test do gem 'spy', '0.4.1' - gem 'benchmark-ips' gem 'rubocop', '0.34.2' platform :mri do