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 a04c442 unpin wunderbar
a04c442 is described below
commit a04c4420e6ef309dbc0a3aeea70ef3de076a2b6b
Author: Sam Ruby <[email protected]>
AuthorDate: Mon Sep 4 08:03:24 2017 -0400
unpin wunderbar
---
www/board/agenda/Gemfile | 2 +-
www/roster/Gemfile | 2 +-
www/secretary/workbench/Gemfile | 2 +-
www/test/icla/Gemfile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/board/agenda/Gemfile b/www/board/agenda/Gemfile
index 7184716..25dc240 100644
--- a/www/board/agenda/Gemfile
+++ b/www/board/agenda/Gemfile
@@ -12,7 +12,7 @@ else
end
gem 'rake'
-gem 'wunderbar', '~> 1.1.1'
+gem 'wunderbar'
gem 'ruby2js', '>= 2.0.17'
gem 'sinatra', '~> 2.0'
gem 'nokogumbo'
diff --git a/www/roster/Gemfile b/www/roster/Gemfile
index 2aa2dd3..8a0d4ff 100644
--- a/www/roster/Gemfile
+++ b/www/roster/Gemfile
@@ -13,7 +13,7 @@ else
end
gem 'rake'
-gem 'wunderbar', '~> 1.1.1'
+gem 'wunderbar'
gem 'ruby2js', '>= 2.0.0'
gem 'sinatra', '~> 2.0'
gem 'nokogumbo'
diff --git a/www/secretary/workbench/Gemfile b/www/secretary/workbench/Gemfile
index 4fbc7d6..41f3093 100644
--- a/www/secretary/workbench/Gemfile
+++ b/www/secretary/workbench/Gemfile
@@ -16,7 +16,7 @@ gem 'rake'
gem 'zip'
gem 'sinatra', '~> 2.0'
gem 'sanitize'
-gem 'wunderbar', '~> 1.1.0'
+gem 'wunderbar'
gem 'ruby2js', '~> 2.0.12'
gem 'execjs'
gem 'listen', ('~> 3.0.7' if RUBY_VERSION =~ /^2\.[01]/)
diff --git a/www/test/icla/Gemfile b/www/test/icla/Gemfile
index 9956405..19282ed 100644
--- a/www/test/icla/Gemfile
+++ b/www/test/icla/Gemfile
@@ -12,7 +12,7 @@ else
end
gem 'rake'
-gem 'wunderbar', '>= 1.0.0'
+gem 'wunderbar'
gem 'ruby2js', '>= 2.0.0'
gem 'sinatra'
gem 'nokogumbo'
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].