From 745c9f37362d9667a3fadb471fc254eb286c4558 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Thu, 5 May 2011 22:46:23 +0530 Subject: Removing from duplicate places. Only in Ruby platform needed. --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index ade260ffda..5e0cc78d93 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,6 @@ gem "memcache-client", ">= 1.8.5" platforms :mri_18 do gem "system_timer" gem "ruby-debug", ">= 0.10.3" - gem 'ruby-prof' gem "json" end @@ -43,7 +42,7 @@ platforms :ruby do gem 'json' gem 'yajl-ruby' gem "nokogiri", ">= 1.4.4" - gem "ruby-prof" + gem 'ruby-prof' # AR gem "sqlite3", "~> 1.3.3" -- cgit v1.2.3