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 7ad2df4c Need Wunderbar for errors/warnings
7ad2df4c is described below
commit 7ad2df4c937720757e4c06a0104b4ac7f6a3c631
Author: Sebb <[email protected]>
AuthorDate: Fri Feb 9 00:13:38 2024 +0000
Need Wunderbar for errors/warnings
---
Rakefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Rakefile b/Rakefile
index 872dea92..61f65aea 100644
--- a/Rakefile
+++ b/Rakefile
@@ -119,6 +119,7 @@ end
# This requires Gems such as Wunderbar to have been set up
task :config do
$LOAD_PATH.unshift 'lib'
+ require 'wunderbar'
require 'whimsy/asf/config'
require 'whimsy/asf/git'
require 'whimsy/asf/svn'