Skip to content

Commit 016c959

Browse files
committed
remove require on chef.rb in Rakefile, invokes many dependencies that may not exist before the first run of gem install (facter).
1 parent faae4cd commit 016c959

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

chef/Rakefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- ruby -*-
22
require 'rubygems'
33
require 'rake/gempackagetask'
4-
require './lib/chef.rb'
54
require './tasks/rspec.rb'
65

76
GEM = "chef"

0 commit comments

Comments
 (0)