You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/10/21 15:41:32 UTC

[whimsy] branch master updated: May contain symbols

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 1b1f467  May contain symbols
1b1f467 is described below

commit 1b1f4671aed7bcd2ff8ae8feea7a655cb2ea2ceb
Author: Sebb <se...@apache.org>
AuthorDate: Wed Oct 21 16:41:20 2020 +0100

    May contain symbols
---
 www/board/agenda/spec/secretary_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/spec/secretary_spec.rb b/www/board/agenda/spec/secretary_spec.rb
index 764396c..adc9c40 100644
--- a/www/board/agenda/spec/secretary_spec.rb
+++ b/www/board/agenda/spec/secretary_spec.rb
@@ -113,7 +113,7 @@ feature 'report' do
     file = "#{AGENDA_WORK}/board_minutes_#{meeting.gsub('-', '_')}.yml"
     minutes = IO.read(file)
     timestamp = Time.now.gmtime.to_f * 1000
-    IO.write file, YAML.dump(YAML.safe_load(minutes).
+    IO.write file, YAML.dump(YAML.safe_load(minutes, [Symbol]).
       merge('complete' => timestamp, 'Adjournment' => '11:45'))
     yield
   ensure