mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
11 lines
182 B
Ruby
11 lines
182 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
gem 'stackprof', platforms: :mri_21
|
|
gem 'allocation_tracer', platforms: :mri_21
|
|
|
|
group :test do
|
|
gem 'spy', '0.4.1'
|
|
gem 'benchmark-ips'
|
|
end
|