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 a4077897 No need for hack if modules are required
a4077897 is described below

commit a40778977437361206cd3e4051c7ef9db5a4b200
Author: Sebb <s...@apache.org>
AuthorDate: Sun Dec 17 23:31:41 2023 +0000

    No need for hack if modules are required
---
 lib/whimsy/asf/board.rb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/board.rb b/lib/whimsy/asf/board.rb
index e7944748..58d902d6 100644
--- a/lib/whimsy/asf/board.rb
+++ b/lib/whimsy/asf/board.rb
@@ -1,9 +1,10 @@
 require_relative '../asf'
-require 'tzinfo'
+require 'active_support'
+require 'active_support/time'      
 
 module ASF
   module Board
-    TIMEZONE = ActiveSupport::TimeZone.new('UTC') rescue nil # HACK fix 
failure in public_committee_info.rb
+    TIMEZONE = ActiveSupport::TimeZone.new('UTC')
 
     # Convert a time to a timeanddate link, shortened if possible.
     # Note: the path must be adjusted if the TIMEZONE changes.

Reply via email to