You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2021/08/14 14:37:54 UTC

[whimsy] branch master updated: upgrade to ruby2js 4.1.5

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 0666ba7  upgrade to ruby2js 4.1.5
0666ba7 is described below

commit 0666ba7668646c5c4cd5285cc70f8d8e74c60bae
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat Aug 14 10:37:33 2021 -0400

    upgrade to ruby2js 4.1.5
---
 www/board/agenda/Gemfile | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 5fdfeae..2c15597 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -13,14 +13,7 @@ end
 
 gem 'rake'
 gem 'wunderbar'
-# ruby2js 4.1.1+ are broken:
-#               Events.broadcast(function(, ) {
-#                                         ^
-# SyntaxError: Unexpected token ','
-#     at new Script (vm.js:88:7)
-# Looks like 4.1.0 also breaks on live system
-# Previous major release
-gem 'ruby2js', '3.6.1'
+gem 'ruby2js'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'