mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
add benchmark-ips to benchmark group in Gemfile
This commit is contained in:
@@ -3,9 +3,12 @@ source 'https://rubygems.org'
|
|||||||
gemspec
|
gemspec
|
||||||
gem 'stackprof', platforms: :mri_21
|
gem 'stackprof', platforms: :mri_21
|
||||||
|
|
||||||
|
group :benchmark, :test do
|
||||||
|
gem 'benchmark-ips'
|
||||||
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'spy', '0.4.1'
|
gem 'spy', '0.4.1'
|
||||||
gem 'benchmark-ips'
|
|
||||||
gem 'rubocop', '0.34.2'
|
gem 'rubocop', '0.34.2'
|
||||||
|
|
||||||
platform :mri do
|
platform :mri do
|
||||||
|
|||||||
Reference in New Issue
Block a user