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 21:22:07 UTC

[whimsy] branch master updated (7300b3f -> 019ef9e)

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git.


    from 7300b3f  untaint and tidyup
     new b439ec3  Update to latest wunderbar version
     new 019ef9e  See https://github.com/rubys/ruby2js/issues/54

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 wunderbar.version               | 2 +-
 www/board/agenda/Gemfile        | 1 +
 www/roster/Gemfile              | 1 +
 www/secretary/Gemfile           | 1 +
 www/secretary/workbench/Gemfile | 1 +
 5 files changed, 5 insertions(+), 1 deletion(-)


[whimsy] 02/02: See https://github.com/rubys/ruby2js/issues/54

Posted by se...@apache.org.
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

commit 019ef9ec1ccd7a5df93cc5ecfa88bd3fe4edc206
Author: Sebb <se...@apache.org>
AuthorDate: Thu Oct 1 22:21:58 2020 +0100

    See https://github.com/rubys/ruby2js/issues/54
    
    This is a temporary work-round
---
 www/board/agenda/Gemfile        | 1 +
 www/roster/Gemfile              | 1 +
 www/secretary/Gemfile           | 1 +
 www/secretary/workbench/Gemfile | 1 +
 4 files changed, 4 insertions(+)

diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index bdbf5af..32a1444 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -15,6 +15,7 @@ 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_parse' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs'
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index cbb0675..2ba2a37 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -16,6 +16,7 @@ gem 'rake'
 wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version", __FILE__)).chomp
 gem 'wunderbar', wunderbar_version
 gem 'ruby2js'
+gem 'regexp_parse' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'mail'
diff --git a/www/secretary/Gemfile b/www/secretary/Gemfile
index c317fd9..63acbbf 100644
--- a/www/secretary/Gemfile
+++ b/www/secretary/Gemfile
@@ -9,6 +9,7 @@ if File.exist? version_file
 end
 
 gem 'ruby2js', '>= 2.0.0'
+gem 'regexp_parse' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
 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 42a3d40..c9a69ac 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -19,6 +19,7 @@ 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_parse' # Temp fix required by ruby2js 3.3.0, https://github.com/rubys/ruby2js/issues/54
 gem 'execjs'
 gem 'listen'
 gem 'escape'


[whimsy] 01/02: Update to latest wunderbar version

Posted by se...@apache.org.
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

commit b439ec3b4c1bb5558dfd7385880765f7a333b45b
Author: Sebb <se...@apache.org>
AuthorDate: Thu Oct 1 22:17:15 2020 +0100

    Update to latest wunderbar version
---
 wunderbar.version | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wunderbar.version b/wunderbar.version
index 8c9698a..03e5161 100644
--- a/wunderbar.version
+++ b/wunderbar.version
@@ -1 +1 @@
-1.3.4
\ No newline at end of file
+1.4.5
\ No newline at end of file