Skip to content

Commit 9fc60b5

Browse files
committed
Require thread library explicitly for 1.9.x Ruby versions
1 parent 1ea897d commit 9fc60b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/wayback_machine_downloader.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# encoding: UTF-8
22

3+
require 'thread'
34
require 'net/http'
45
require 'open-uri'
56
require 'fileutils'

0 commit comments

Comments
 (0)