This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new d1a7ce31 Looks like Wunderbar is needed earlier
d1a7ce31 is described below
commit d1a7ce31163117643bb5cba12178caabfd75f41c
Author: Sebb <[email protected]>
AuthorDate: Sun Jul 21 20:55:03 2024 +0100
Looks like Wunderbar is needed earlier
---
lib/whimsy/asf.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/whimsy/asf.rb b/lib/whimsy/asf.rb
index 743dc102..c638e47f 100644
--- a/lib/whimsy/asf.rb
+++ b/lib/whimsy/asf.rb
@@ -1,4 +1,5 @@
require_relative 'asf/config'
+require 'wunderbar'
require_relative 'asf/svn'
require_relative 'asf/ldap'
require_relative 'asf/committee'