Skip to content

Commit b8a1c4c

Browse files
committed
Added explicit require of pathmap so the file_list.rb is separately requirable.
1 parent ed871bc commit b8a1c4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rake/file_list.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'rake/cloneable'
22
require 'rake/file_utils_ext'
3+
require 'rake/pathmap'
34

45
######################################################################
56
module Rake

0 commit comments

Comments
 (0)