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 1800878 fix regression by avoiding broken versions of ruby2js
1800878 is described below
commit 1800878b2b1345c5ae02d2bd2c55289a05786cfe
Author: Sam Ruby <[email protected]>
AuthorDate: Wed Oct 7 13:57:03 2020 -0400
fix regression by avoiding broken versions of ruby2js
---
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 08b47fb..83cfa0a 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -14,7 +14,7 @@ end
gem 'rake'
wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version",
__FILE__)).chomp
gem 'wunderbar', wunderbar_version
-gem 'ruby2js', '>=3.3.1'
+gem 'ruby2js', '>=3.3.6'
gem 'sinatra', '~> 2.0'
gem 'nokogumbo'
gem 'execjs'