From 74eb8486dac8f1c9b7d75c0523fdd4a6ce0c230f Mon Sep 17 00:00:00 2001 From: zhengjia Date: Fri, 22 Jul 2011 07:55:48 -0500 Subject: [PATCH] remove ruby-prof for rubinius in Gemfile --- Gemfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index a9541b4d1f..882fbedfe6 100644 --- a/Gemfile +++ b/Gemfile @@ -40,6 +40,12 @@ platforms :mri_19 do gem "ruby-debug19", :require => "ruby-debug" unless RUBY_VERSION > "1.9.2" || ENV['TRAVIS'] end +platforms :mri do + group :test do + gem "ruby-prof" if RUBY_VERSION < "1.9.3" + end +end + platforms :ruby do if ENV["RB_FSEVENT"] gem "rb-fsevent" @@ -48,10 +54,6 @@ platforms :ruby do gem "yajl-ruby" gem "nokogiri", ">= 1.4.5" - group :test do - gem "ruby-prof" if RUBY_VERSION < "1.9.3" - - end # AR gem "sqlite3", "~> 1.3.3" -- GitLab