Skip to content

Commit

Permalink
use 'debugger' gem on mri_19 ruby platform
Browse files Browse the repository at this point in the history
closes errbit#203
  • Loading branch information
nashby committed Jun 14, 2012
1 parent 0ba4249 commit 42339ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit 42339ce

Please sign in to comment.