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 2020/10/01 22:10:53 UTC

[whimsy] branch master updated: Travis fails with 3.3.0

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 932ea3e  Travis fails with 3.3.0
932ea3e is described below

commit 932ea3e4b673502793cc116a98274269c3f7a418
Author: Sebb <se...@apache.org>
AuthorDate: Thu Oct 1 23:10:44 2020 +0100

    Travis fails with 3.3.0
    
    Update to latest Gem which fixes regexp_parser bug
---
 www/board/agenda/Gemfile        | 3 +--
 www/roster/Gemfile              | 3 +--
 www/secretary/Gemfile           | 3 +--
 www/secretary/workbench/Gemfile | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 4e67b5d..2e79924 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -14,8 +14,7 @@ end
 gem 'rake'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", __FILE__)).chomp
 gem 'wunderbar', wunderbar_version
-gem 'ruby2js', '>= 3.2.0'
-gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
+gem 'ruby2js', '>= 3.3.1' # Travis fails with 3.3.0
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index f6482fd..e959e1c 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -15,8 +15,7 @@ end
 gem 'rake'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", __FILE__)).chomp
 gem 'wunderbar', wunderbar_version
-gem 'ruby2js'
-gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
+gem 'ruby2js', '>= 3.3.1' # Travis fails with 3.3.0
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'mail'
diff --git a/www/secretary/Gemfile b/www/secretary/Gemfile
index 4df3239..5b0423e 100644
--- a/www/secretary/Gemfile
+++ b/www/secretary/Gemfile
@@ -8,8 +8,7 @@ if File.exist? version_file
   gem 'whimsy-asf', asf_version, path: File.expand_path(root, __FILE__)
 end
 
-gem 'ruby2js', '>= 2.0.0'
-gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
+gem 'ruby2js', '>= 3.3.1' # Travis fails with 3.3.0
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", __FILE__)).chomp
 gem 'wunderbar', wunderbar_version
 gem 'mail'
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index 49a1eb5..4c68f8a 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -18,8 +18,7 @@ gem 'sinatra', '~> 2.0'
 gem 'sanitize'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", __FILE__)).chomp
 gem 'wunderbar', wunderbar_version
-gem 'ruby2js', '>= 2.1.18'
-gem 'regexp_parser' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
+gem 'ruby2js', '>= 3.3.1' # Travis fails with 3.3.0
 gem 'execjs'
 gem 'listen'
 gem 'escape'