mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
11 lines
154 B
Ruby
11 lines
154 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
gem 'stackprof', platforms: :mri_21
|
|
|
|
group :test do
|
|
gem 'spy', '0.4.1'
|
|
gem 'benchmark-ips'
|
|
gem 'rubocop'
|
|
end
|