jekyll/Gemfile

8 lines
97 B
Ruby

source 'https://rubygems.org'
gemspec
if ENV['BENCHMARK']
gem 'rbtrace'
gem 'stackprof'
end