From 976a9d99b11d48b180ed15b115eb320ffb880165 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Thu, 5 May 2011 23:17:07 +0530 Subject: Grouped the ruby-prof into test. --- Gemfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 5e0cc78d93..23b1a1096b 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,10 @@ platforms :ruby do gem 'json' gem 'yajl-ruby' gem "nokogiri", ">= 1.4.4" - gem 'ruby-prof' + + group :test do + gem 'ruby-prof' + end # AR gem "sqlite3", "~> 1.3.3" -- cgit v1.2.3