add benchmark-ips to benchmark group in Gemfile

This commit is contained in:
Jerry Liu
2017-01-20 16:04:42 -05:00
parent 0c58328a40
commit 85463e1753

View File

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