From 46dc6e7786222865309d15a9eaaaf55e3b7d9c1f Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 15 Oct 2012 06:32:16 -0700 Subject: ruby-prof isn't compatible with ruby trunk after 36925 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 9afbac6e02..0fff8a8967 100644 --- a/Gemfile +++ b/Gemfile @@ -41,8 +41,8 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile platforms :mri do group :test do - gem 'ruby-prof', '~> 0.11.2' - gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < "2.0" && RUBY_PATCHLEVEL < 286 + gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0' + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.0' && RUBY_PATCHLEVEL < 286 end end -- cgit v1.2.3