mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 01:38:24 -05:00
8 lines
97 B
Ruby
8 lines
97 B
Ruby
source 'https://rubygems.org'
|
|
gemspec
|
|
|
|
if ENV['BENCHMARK']
|
|
gem 'rbtrace'
|
|
gem 'stackprof'
|
|
end
|