From 0ecd4640664c4723323d6fff5760dc4d833d7eb9 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 12 Nov 2012 13:13:27 -0200 Subject: Debugger gem doesn't work with patchlevel < 327 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 83088c63b9..e834ad99b5 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,8 @@ 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'] && RUBY_VERSION < '2.0' && RUBY_PATCHLEVEL < 327 + end end -- cgit v1.2.3