From f2f63bf2ffa00d6187405c5851713d9fee68d5d3 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 7 Jun 2011 21:35:47 -0300 Subject: ruby-prof doesn't work in 1.9.3 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b4e85eafd3..f7ea906827 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,8 @@ platforms :ruby do gem "nokogiri", ">= 1.4.4" group :test do - gem "ruby-prof" + gem "ruby-prof" if RUBY_VERSION < "1.9.3" + end # AR gem "sqlite3", "~> 1.3.3" -- cgit v1.2.3