You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/06/23 08:53:28 UTC

[14/14] incubator-taverna-databundle-viewer git commit: no need for graphviz library anymore

no need for graphviz library anymore

(also it was licensed as GPL)


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/commit/5c084b7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/tree/5c084b7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/diff/5c084b7b

Branch: refs/heads/master
Commit: 5c084b7b88ef0b4071672789d2bb47566a9d20f9
Parents: 5048600
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 23 09:52:47 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 23 09:52:47 2016 +0100

----------------------------------------------------------------------
 Gemfile | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-databundle-viewer/blob/5c084b7b/Gemfile
----------------------------------------------------------------------
diff --git a/Gemfile b/Gemfile
index 43029d0..066fc72 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,9 +57,6 @@ gem 'ro-bundle'
 gem 'workflow_parser', github: 'myExperiment/workflow_parser'
 gem 'taverna-t2flow', github: 'myExperiment/workflow_parser-t2flow'
 
-# A gem to build digraphs
-gem 'ruby-graphviz'
-
 # A gem to query the prov.ttl
 gem 'sparql'