This is an automated email from the ASF dual-hosted git repository.
rubys 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 b0c9412 require 'mail'
b0c9412 is described below
commit b0c94120b24e651dd4d9385d73ad8eac5946efb6
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Mar 22 17:27:34 2022 -0400
require 'mail'
---
www/members/inactive.cgi | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/members/inactive.cgi b/www/members/inactive.cgi
index 0f095c6..3c9cd64 100755
--- a/www/members/inactive.cgi
+++ b/www/members/inactive.cgi
@@ -37,6 +37,7 @@ _html do
if _.post? and @status == 'go emeritus' and $USER == @user
# stub out roster functions
+ require 'mail'
class Committer; def self.serialize(*args); end; end
def _committer(*args); end
def env.user; $USER; end