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