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 6c63c549 Problem compiling puma
6c63c549 is described below

commit 6c63c5493b048a6c0f2d358192006dc912c6fd2c
Author: Sebb <s...@apache.org>
AuthorDate: Sun Dec 17 23:20:43 2023 +0000

    Problem compiling puma
---
 www/board/agenda/Gemfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index b6ac7713..35c4b6f1 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -33,6 +33,7 @@ gem 'rubyXL'
 gem 'chronic'
 
 group :test do
+  ENV['PUMA_DISABLE_SSL']="1" # 
https://github.com/puma/puma/issues/2839#issuecomment-1086173532
   gem 'rspec'
   gem 'puma'
   gem 'capybara'

Reply via email to