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 2021/08/08 23:09:44 UTC

[whimsy] branch master updated: 4.1.0 does not solve live issue

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 8b233fe  4.1.0 does not solve live issue
8b233fe is described below

commit 8b233feea0bff369970487ac0d56bd9b4ce29277
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 9 00:09:37 2021 +0100

    4.1.0 does not solve live issue
---
 www/board/agenda/Gemfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index a20cfbd..5fdfeae 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -18,7 +18,9 @@ gem 'wunderbar'
 #                                         ^
 # SyntaxError: Unexpected token ','
 #     at new Script (vm.js:88:7)
-gem 'ruby2js', '4.1.0'
+# Looks like 4.1.0 also breaks on live system
+# Previous major release
+gem 'ruby2js', '3.6.1'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'