Skip to content

Commit e3a5906

Browse files
committed
Ruby 1.8.7 requires explicit requiring of 'thread' in order to use Queue.
1 parent d19b9c8 commit e3a5906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/svn2git/migration.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require 'optparse'
22
require 'pp'
33
require 'timeout'
4+
require 'thread'
45

56
module Svn2Git
67
DEFAULT_AUTHORS_FILE = "~/.svn2git/authors"

0 commit comments

Comments
 (0)