From b98efa2652cd243ceb82aadbcbd895fc87d07bb7 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Mon, 11 Mar 2013 11:10:33 -0700 Subject: debugger does not work on trunk --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index d8b3390f87..beb89247c3 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile platforms :mri do group :test do gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0' - gem 'debugger' if !ENV['TRAVIS'] + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.1' end end -- cgit v1.2.3