From 42339ceb58d2e65785929a3f6b3accaf76e934e0 Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Thu, 14 Jun 2012 09:35:28 +0300 Subject: [PATCH] use 'debugger' gem on mri_19 ruby platform --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cb1b665..db1671f 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development, :test do gem 'webmock', :require => false unless ENV["CI"] gem 'ruby-debug', :platform => :mri_18 - gem (RUBY_VERSION == "1.9.2" ? 'ruby-debug19' : 'debugger'), :platform => :mri_19 + gem 'debugger', :platform => :mri_19 end # gem 'rpm_contrib', :git => "git://github.com/bensymonds/rpm_contrib.git", :branch => "mongo-1.4.0_update" end -- libgit2 0.21.2