mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
18 lines
318 B
Ruby
18 lines
318 B
Ruby
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 'rubocop', '0.34.2'
|
|
|
|
platform :mri do
|
|
gem 'liquid-c', github: 'Shopify/liquid-c', ref: 'bd53db95de3d44d631e7c5a267c3d934e66107dd'
|
|
end
|
|
end
|