Merge pull request #855 from Shopify/bundler-benchmark-group

Create a benchmark group in Gemfile
This commit is contained in:
Florian Weingarten
2017-01-20 16:41:11 -05:00
committed by GitHub
+4 -1
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