diff --git a/Gemfile b/Gemfile index 2794f87..1eae6b4 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,4 @@ source "http://rubygems.org" gem 'rake' gem 'jeweler' gem 'rspec', :require => 'spec' -gem 'ruby-debug19' +gem 'ruby-debug' diff --git a/Rakefile b/Rakefile index 62915d8..d9c7630 100644 --- a/Rakefile +++ b/Rakefile @@ -27,6 +27,6 @@ Spec::Rake::SpecTask.new(:rcov) do |spec| spec.rcov = true end -#task :spec => :check_dependencies +task :spec => :check_dependencies task :default => :spec -- libgit2 0.21.0