mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
18 lines
298 B
Ruby
18 lines
298 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
gem 'stackprof', platforms: :mri
|
|
|
|
group :benchmark, :test do
|
|
gem 'benchmark-ips'
|
|
end
|
|
|
|
group :test do
|
|
gem 'rubocop', '~> 0.49.0'
|
|
|
|
platform :mri do
|
|
gem 'liquid-c', github: 'Shopify/liquid-c', ref: '9168659de45d6d576fce30c735f857e597fa26f6'
|
|
end
|
|
end
|