Files
liquid/Gemfile
2015-05-05 23:00:28 -04:00

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