You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/10/24 15:50:24 UTC

[whimsy] branch master updated: Use local version of whimsy-asf

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 1b09df1  Use local version of whimsy-asf
1b09df1 is described below

commit 1b09df1882ce1dcac51c4cb212b7b6c03a840f79
Author: Sebb <se...@apache.org>
AuthorDate: Tue Oct 24 16:50:22 2017 +0100

    Use local version of whimsy-asf
---
 tools/Gemfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/Gemfile b/tools/Gemfile
index a0cfab4..a65baeb 100644
--- a/tools/Gemfile
+++ b/tools/Gemfile
@@ -1,4 +1,7 @@
 source 'https://rubygems.org'
 
+root = '../..'
+asf_version = File.read(File.expand_path("#{root}/asf.version", __FILE__)).chomp
+gem 'whimsy-asf', asf_version, path: File.expand_path(root, __FILE__)
+
 gem 'builder'
-gem 'whimsy-asf'

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