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/02 09:39:03 UTC

[whimsy] branch master updated: Update to most recent ruby2js

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 e414828  Update to most recent ruby2js
e414828 is described below

commit e4148289279c648629bab6d495cc1076cb46cbd7
Author: Sebb <se...@apache.org>
AuthorDate: Fri Oct 2 10:38:52 2020 +0100

    Update to most recent ruby2js
    
    Should no longer cause issues with Whimsy or Travis
---
 www/board/agenda/Gemfile        | 2 +-
 www/roster/Gemfile              | 2 +-
 www/secretary/Gemfile           | 2 +-
 www/secretary/workbench/Gemfile | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index f838780..08b47fb 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.2.0' # Travis fails with 3.3.[01]
+gem 'ruby2js', '>=3.3.1'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index b95b313..1b4cd01 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -15,7 +15,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' # Travis fails with 3.3.[01]
+gem 'ruby2js', '>=3.3.1'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'mail'
diff --git a/www/secretary/Gemfile b/www/secretary/Gemfile
index 02a77e0..6fe553d 100644
--- a/www/secretary/Gemfile
+++ b/www/secretary/Gemfile
@@ -8,7 +8,7 @@ if File.exist? version_file
   gem 'whimsy-asf', asf_version, path: File.expand_path(root, __FILE__)
 end
 
-gem 'ruby2js', '3.2.0' # Travis fails with 3.3.[01]
+gem 'ruby2js', '>=3.3.1'
 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 5e01e30..8e9e112 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -18,7 +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', '3.2.0' # Travis fails with 3.3.[01]
+gem 'ruby2js', '>=3.3.1'
 gem 'execjs'
 gem 'listen'
 gem 'escape'