From b956771e82166ef7ccb2e53299a6a192029b668d Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 6 Mar 2013 18:25:47 -0200 Subject: debugger 1.4.0 works in Ruby 2.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1e3d746a9b..07d64d7c59 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'] && RUBY_VERSION < '2.0' + gem 'debugger' if !ENV['TRAVIS'] end end -- cgit v1.2.3