mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
21 lines
377 B
Ruby
21 lines
377 B
Ruby
source 'https://rubygems.org'
|
|
git_source(:github) do |repo_name|
|
|
"https://github.com/#{repo_name}.git"
|
|
end
|
|
|
|
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
|