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 2fc11dd  specify tzinfo 2.0
2fc11dd is described below

commit 2fc11dd6809a8c0b9fdd5700272e12a76cd58e71
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Oct 16 19:41:09 2019 -0400

    specify tzinfo 2.0
---
 www/board/agenda/Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 2781090..d89f956 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -21,7 +21,7 @@ gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
 gem 'activesupport'
 gem 'mail'
 gem 'erubis'
-gem 'tzinfo'
+gem 'tzinfo', '~> 2.0'
 
 gem 'websocket-eventmachine-server'
 gem 'websocket-client-simple'

Reply via email to