Commit 42339ceb58d2e65785929a3f6b3accaf76e934e0
1 parent
0ba4249f
Exists in
master
and in
1 other branch
use 'debugger' gem on mri_19 ruby platform
closes #203
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -45,7 +45,7 @@ group :development, :test do |
45 | 45 | gem 'webmock', :require => false |
46 | 46 | unless ENV["CI"] |
47 | 47 | gem 'ruby-debug', :platform => :mri_18 |
48 | - gem (RUBY_VERSION == "1.9.2" ? 'ruby-debug19' : 'debugger'), :platform => :mri_19 | |
48 | + gem 'debugger', :platform => :mri_19 | |
49 | 49 | end |
50 | 50 | # gem 'rpm_contrib', :git => "git://github.com/bensymonds/rpm_contrib.git", :branch => "mongo-1.4.0_update" |
51 | 51 | end | ... | ... |