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 f4c6a3f attempt to fix test failure with rails 7's active support
f4c6a3f is described below
commit f4c6a3fcfee701ff98e0964c8fc834ce8de4061f
Author: Sam Ruby <[email protected]>
AuthorDate: Thu Dec 16 22:42:12 2021 -0500
attempt to fix test failure with rails 7's active support
---
lib/whimsy/asf/agenda.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/whimsy/asf/agenda.rb b/lib/whimsy/asf/agenda.rb
index b6f7e42..b128d21 100644
--- a/lib/whimsy/asf/agenda.rb
+++ b/lib/whimsy/asf/agenda.rb
@@ -1,6 +1,7 @@
require_relative '../asf'
require 'time'
+require 'active_support'
require 'active_support/time'
require 'digest/md5'