From ec26dd007a8c3925e56b734a30079357355c426d Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Wed, 21 Dec 2011 00:47:48 +0530 Subject: No need to check here now for < 1.9.3 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 307ba8f0b8..76fd2a2f96 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' if RUBY_VERSION < '1.9.3' + gem 'ruby-prof' end end -- cgit v1.2.3