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 2016/09/19 15:26:07 UTC

[whimsy] branch master updated: bump wunderbar; add escape

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

rubys pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  55f8548   bump wunderbar; add escape
55f8548 is described below

commit 55f8548b2aa9a140ccac15a55ba416aa304decbd
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Mon Sep 19 11:25:50 2016 -0400

    bump wunderbar; add escape
---
 www/secmail/Gemfile   | 3 ++-
 www/secmail/server.rb | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/secmail/Gemfile b/www/secmail/Gemfile
index 35b1b8f..ec4b3eb 100644
--- a/www/secmail/Gemfile
+++ b/www/secmail/Gemfile
@@ -16,10 +16,11 @@ gem 'rake'
 gem 'zip'
 gem 'sinatra', '~> 1.4'
 gem 'sanitize'
-gem 'wunderbar', '~> 1.0.26'
+gem 'wunderbar', '~> 1.0.27'
 gem 'ruby2js', '~> 2.0.12'
 gem 'execjs'
 gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
+gem 'escape'
 
 group :demo do
   gem 'puma'
diff --git a/www/secmail/server.rb b/www/secmail/server.rb
index e1af792..03f9221 100644
--- a/www/secmail/server.rb
+++ b/www/secmail/server.rb
@@ -9,6 +9,7 @@ require 'ruby2js/filter/functions'
 require 'ruby2js/filter/require'
 require 'erb'
 require 'sanitize'
+require 'escape'
 
 require_relative 'personalize'
 require_relative 'helpers'

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].