You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/04/22 14:35:58 UTC

[whimsy] branch master updated: force ruby2js gem update

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 3745d9e  force ruby2js gem update
3745d9e is described below

commit 3745d9e14daaf16d57e91bc038db84741b3f2c48
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Apr 22 10:35:45 2019 -0400

    force ruby2js gem update
---
 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 5523355..c6e5087 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -13,7 +13,7 @@ end
 
 gem 'rake'
 gem 'wunderbar'
-gem 'ruby2js'
+gem 'ruby2js', '>= 3.0.15'
 gem 'sinatra', '~> 2.0'
 gem 'nokogumbo'
 gem 'execjs', ('<2.5.1' if RUBY_VERSION =~ /^1/)