Skip to content

Commit

Permalink
Removing ruby-debug requires in repositories that were causing produc…
Browse files Browse the repository at this point in the history
…tion installs to freak out (since ruby-debug is not required in production installs). Referenced by issue MarkUsProject#162.
  • Loading branch information
mikeconley committed Jun 11, 2011
1 parent eefba96 commit f36e9d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/repo/memory_repository.rb
@@ -1,6 +1,5 @@
require File.join(File.dirname(__FILE__),'/repository')
require "rubygems"
require "ruby-debug"
module Repository

# Implements AbstractRepository for memory repositories
Expand Down
1 change: 0 additions & 1 deletion lib/repo/subversion_repository.rb
Expand Up @@ -2,7 +2,6 @@
require "svn/client"
require "md5"
require "rubygems" # debugging
require "ruby-debug" # debugging
require File.join(File.dirname(__FILE__),'/repository') # load repository module

module Repository
Expand Down

0 comments on commit f36e9d5

Please sign in to comment.