This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch whimsy-nogem
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/whimsy-nogem by this push:
     new 5994517  later versions of ruby2js don't work with agenda
5994517 is described below

commit 5994517b3c53a272fefa9fefa5d4b0f74461f629
Author: Sebb <[email protected]>
AuthorDate: Mon Aug 9 00:48:33 2021 +0100

    later versions of ruby2js don't work with agenda
---
 www/board/agenda/Gemfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index caf1d25..7be0eaf 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -3,7 +3,8 @@ source 'https://rubygems.org'
 gem 'ruby-ldap'
 gem 'rake'
 gem 'wunderbar'
-gem 'ruby2js', '4.1.0'
+# later versions of ruby2js don't work with agenda
+gem 'ruby2js', '3.6.1'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'

Reply via email to