From 4b599611e4964adbdf7733831cb53de19d1f620f Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Fri, 11 May 2012 08:54:45 +0530 Subject: Ruby-Prof works with ruby-1.9.3 also. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 0fc7fe3036..ffddb50766 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ instance_eval File.read '.Gemfile' if File.exists? '.Gemfile' platforms :mri do group :test do - gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '1.9.3' + gem 'ruby-prof', '~> 0.11.2' end end -- cgit v1.2.3