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
The following commit(s) were added to refs/heads/master by this push:
new d5dc6f7 Omitted earlier
d5dc6f7 is described below
commit d5dc6f76b4ec5fdc22aef9843a30936dbf42f213
Author: Sebb <[email protected]>
AuthorDate: Sat Sep 26 13:40:20 2020 +0100
Omitted earlier
---
www/project/icla/Gemfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www/project/icla/Gemfile b/www/project/icla/Gemfile
index 0042afb..aee6d61 100644
--- a/www/project/icla/Gemfile
+++ b/www/project/icla/Gemfile
@@ -2,6 +2,8 @@ source 'https://rubygems.org'
root = '../../../..'
version_file = File.expand_path("#{root}/asf.version", __FILE__)
+wunderbar_version = File.read(File.expand_path("#{root}/wunderbar.version",
__FILE__)).chomp
+
if File.exist? version_file
# for deployment and local testing
asf_version = File.read(version_file).chomp
@@ -13,7 +15,7 @@ end
gem 'mail'
gem 'rake'
-gem 'wunderbar', '>= 1.2.6'
+gem 'wunderbar', wunderbar_version
gem 'ruby2js'
gem 'sinatra'
gem 'nokogumbo'