This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch roster_on_vue
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/roster_on_vue by this push:
new 15d0983 drop execjs; unpin wunderbar and ruby2js
15d0983 is described below
commit 15d0983d26c869c2c542a187232f872ec5af9928
Author: Sam Ruby <[email protected]>
AuthorDate: Tue Sep 5 17:54:48 2017 -0400
drop execjs; unpin wunderbar and ruby2js
---
www/roster/Gemfile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index 1a6dd03..ca5a8da 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -13,11 +13,10 @@ else
end
gem 'rake'
-gem 'wunderbar', '~> 1.2'
-gem 'ruby2js', '>= 2.0.0'
+gem 'wunderbar'
+gem 'ruby2js'
gem 'sinatra', '~> 2.0'
gem 'nokogumbo'
-gem 'execjs'
gem 'mail'
gem 'kramdown'
gem 'sanitize'
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].