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 d3a18cc ruby2js 4.1.1+ causes syntax error here
d3a18cc is described below
commit d3a18ccfa3157d091837c6097dba25e51a8e01ba
Author: Sebb <[email protected]>
AuthorDate: Sun Aug 8 23:59:22 2021 +0100
ruby2js 4.1.1+ causes syntax error here
---
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 c929d49..caf1d25 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'ruby-ldap'
gem 'rake'
gem 'wunderbar'
-gem 'ruby2js'
+gem 'ruby2js', '4.1.0'
gem 'sinatra', '~> 2.0'
gem 'nokogumbo'
gem 'execjs'