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 30deab3 add tzinfo gem
30deab3 is described below
commit 30deab35a373d75e184094932e25df31598e013b
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Oct 16 19:05:05 2019 -0400
add tzinfo gem
---
www/board/agenda/Gemfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 3f762f1..2781090 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -21,6 +21,7 @@ gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
gem 'activesupport'
gem 'mail'
gem 'erubis'
+gem 'tzinfo'
gem 'websocket-eventmachine-server'
gem 'websocket-client-simple'