We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dfc73 commit af14138Copy full SHA for af14138
Gemfile
@@ -3,4 +3,4 @@ source "http://rubygems.org"
3
gem 'rake'
4
gem 'jeweler'
5
gem 'rspec', :require => 'spec'
6
-gem 'ruby-debug19'
+gem 'ruby-debug'
Rakefile
@@ -27,6 +27,6 @@ Spec::Rake::SpecTask.new(:rcov) do |spec|
27
spec.rcov = true
28
end
29
30
-#task :spec => :check_dependencies
+task :spec => :check_dependencies
31
32
task :default => :spec
0 commit comments