From 6d007634f43ed26571836672a79dd196864b9529 Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Fri, 12 Apr 2013 08:53:55 +0900 Subject: Grouped profile tools --- Gemfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1b2e714d..3bd6271e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,5 +5,6 @@ group :test do gem "rake", "0.8.7" if RUBY_VERSION == "1.9.2" gem "rake", ">= 0.8.7" unless RUBY_VERSION == "1.9.2" end - -gem 'ruby-prof' +group :profile do + gem 'ruby-prof' +end -- cgit v1.2.3