1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix GH #153, do not depend on ruby-debugger

This commit is contained in:
Lee Hambley 2012-02-20 21:42:47 +01:00
parent e525148384
commit 6b9650c90a
2 changed files with 0 additions and 3 deletions

View file

@ -9,6 +9,4 @@ gemspec
#
group :development do
gem 'rake', '0.8.7'
gem 'ruby-debug', :platform => :mri_18
gem 'ruby-debug19', :platform => :mri_19
end

View file

@ -1,7 +1,6 @@
require 'rubygems'
require 'bundler/setup'
require 'ruby-debug'
require 'test/unit'
require 'mocha'