From 21fa47f92b36d7ed24151d716f713a6b7bc64258 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 25 Feb 2015 11:57:35 -0800 Subject: [PATCH] Add benchmark-ips to Gemfile. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index d695524b..d5c970c0 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem 'toml', '~> 0.1.0' gem 'jekyll-paginate', '~> 1.0' gem 'jekyll-gist', '~> 1.0' gem 'jekyll-coffeescript', '~> 1.0' +gem 'jekyll-textile-converter', '~> 0.1.0' gem 'classifier-reborn', '~> 2.0' gem 'rake', '~> 10.1' @@ -32,6 +33,7 @@ gem 'test-unit' if RUBY_PLATFORM =~ /cygwin/ || RUBY_VERSION.start_with?("2.2") if ENV['BENCHMARK'] gem 'rbtrace' gem 'stackprof' + gem 'benchmark-ips' end if ENV['PROOF']