From b7918cce046810ad66c9e641e8f92e549b76c31b Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 21 Sep 2012 19:59:13 -0300 Subject: Use debugger gem if we are not Travis and Ruby < 2.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b7037adf78..d149ec6129 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ 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' + gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < "2.0" end end -- cgit v1.2.3